Html Css Color HEX #A1EA77 Feijoa

📋 copy color: '#A1EA77'

red 161 ◦ green 234 ◦ blue 119

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

Shades of Feijoa #A1EA77

Tints of Feijoa #A1EA77

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 31.32%
G = 45.53%
B = 23.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#A1EA77 (or 0xA1EA77) is known color: Feijoa. HEX triplet: A1, EA and 77. RGB value is (161,234,119). Sum of RGB (Red+Green+Blue) = 161+234+119=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA77 is #5E1588. Grayscale: #C7C7C7. Windows color (decimal): -6165897 or 7858849. OLE color: 7858849.

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

Color convert

RGB 161 234 119 -
CMYK 0.31 0 0.49 0.08
HSL 98.09º 0.73% 0.69% -
HSV(B) 98.09º 0.49% 0.92% -
XYZ 47.45 67.75 28.03 -
YUV 199.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 161 234 119 0.31 0 0.49 0.08 98.09 0.73 0.69
Hex A1 EA 77 1F 0 31 8 62 49 45
Octal 241 352 167 37 0 61 10 142 111 105
Binary 10100001 11101010 1110111 11111 0 110001 1000 1100010 1001001 1000101

Color Harmonies of #A1EA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EA77

Black with #A1EA77

Text Example


Text Example

White with #A1EA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EA77; }

 p { color: rgb(161,234,119); }

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

background-color css

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

 a { background-color: rgb(161,234,119); }

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

border-color css

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

 span { border-color: rgb(161,234,119); }

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