Html Css Color HEX #A1EB7A Feijoa

📋 copy color: '#A1EB7A'

red 161 ◦ green 235 ◦ blue 122

#A1EB7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A1EB7A

Tints of Feijoa #A1EB7A

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 122 (48.05% from 255) = 23.55%

R = 31.08%
G = 45.37%
B = 23.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1EB7A (or 0xA1EB7A) is known color: Feijoa. HEX triplet: A1, EB and 7A. RGB value is (161,235,122). Sum of RGB (Red+Green+Blue) = 161+235+122=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB7A is #5E1485. Grayscale: #C8C8C8. Windows color (decimal): -6165638 or 8055713. OLE color: 8055713.

HSL color Cylindrical-coordinate representation of color #A1EB7A: hue angle of 99.29º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1EB7A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 122 -
CMYK 0.31 0 0.48 0.08
HSL 99.29º 0.74% 0.7% -
HSV(B) 99.29º 0.48% 0.92% -
XYZ 47.92 68.4 29.09 -
YUV 199.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 161 235 122 0.31 0 0.48 0.08 99.29 0.74 0.7
Hex A1 EB 7A 1F 0 30 8 63 4A 46
Octal 241 353 172 37 0 60 10 143 112 106
Binary 10100001 11101011 1111010 11111 0 110000 1000 1100011 1001010 1000110

Color Harmonies of #A1EB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB7A

Black with #A1EB7A

Text Example


Text Example

White with #A1EB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB7A; }

 p { color: rgb(161,235,122); }

 H1.HeaderClassName
 {
   color: #A1EB7A;
 }
 .AnyTagClassName
 {
   color: #A1EB7A;
 }
</style>

background-color css

<style>
 a { background-color: #A1EB7A; }

 a { background-color: rgb(161,235,122); }

 div.DivClassName
 {
   background-color: #A1EB7A;
 }
 .BgClassName
 {
   background-color: #A1EB7A;
 }
</style>

border-color css

<style>
 span { border-color: #A1EB7A; }

 span { border-color: rgb(161,235,122); }

 td.TdClassName
 {
   border-color: #A1EB7A;
 }
 .TagClassName
 {
   border-color: #A1EB7A;
 }
</style>