Html Css Color HEX #A9E076 Feijoa

📋 copy color: '#A9E076'

red 169 ◦ green 224 ◦ blue 118

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

Shades of Feijoa #A9E076

Tints of Feijoa #A9E076

RGB

 RED value IS 169 (66.41% from 255) = 33.07%

 GREEN value IS 224 (87.89% from 255) = 43.84%

 BLUE value IS 118 (46.48% from 255) = 23.09%

R = 33.07%
G = 43.84%
B = 23.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#A9E076 (or 0xA9E076) is known color: Feijoa. HEX triplet: A9, E0 and 76. RGB value is (169,224,118). Sum of RGB (Red+Green+Blue) = 169+224+118=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E076 is #561F89. Grayscale: #C3C3C3. Windows color (decimal): -5644170 or 7790761. OLE color: 7790761.

HSL color Cylindrical-coordinate representation of color #A9E076: hue angle of 91.13º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9E076 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 224 118 -
CMYK 0.25 0 0.47 0.12
HSL 91.13º 0.63% 0.67% -
HSV(B) 91.13º 0.47% 0.88% -
XYZ 46.29 63.05 26.87 -
YUV 195.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 169 224 118 0.25 0 0.47 0.12 91.13 0.63 0.67
Hex A9 E0 76 19 0 2F C 5B 3F 43
Octal 251 340 166 31 0 57 14 133 77 103
Binary 10101001 11100000 1110110 11001 0 101111 1100 1011011 111111 1000011

Color Harmonies of #A9E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E076

Black with #A9E076

Text Example


Text Example

White with #A9E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E076; }

 p { color: rgb(169,224,118); }

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

background-color css

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

 a { background-color: rgb(169,224,118); }

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

border-color css

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

 span { border-color: rgb(169,224,118); }

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