Html Css Color HEX #A9E082 Feijoa

📋 copy color: '#A9E082'

red 169 ◦ green 224 ◦ blue 130

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

Shades of Feijoa #A9E082

Tints of Feijoa #A9E082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 32.31%
G = 42.83%
B = 24.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A9E082 (or 0xA9E082) is known color: Feijoa. HEX triplet: A9, E0 and 82. RGB value is (169,224,130). Sum of RGB (Red+Green+Blue) = 169+224+130=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E082 is #561F7D. Grayscale: #C5C5C5. Windows color (decimal): -5644158 or 8577193. OLE color: 8577193.

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

Color convert

RGB 169 224 130 -
CMYK 0.25 0 0.42 0.12
HSL 95.11º 0.6% 0.69% -
HSV(B) 95.11º 0.42% 0.88% -
XYZ 47.05 63.36 30.87 -
YUV 196.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 169 224 130 0.25 0 0.42 0.12 95.11 0.6 0.69
Hex A9 E0 82 19 0 2A C 5F 3C 45
Octal 251 340 202 31 0 52 14 137 74 105
Binary 10101001 11100000 10000010 11001 0 101010 1100 1011111 111100 1000101

Color Harmonies of #A9E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E082

Black with #A9E082

Text Example


Text Example

White with #A9E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E082; }

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

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

background-color css

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

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

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

border-color css

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

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

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