Html Css Color HEX #A9CC82 Feijoa

📋 copy color: '#A9CC82'

red 169 ◦ green 204 ◦ blue 130

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

Shades of Feijoa #A9CC82

Tints of Feijoa #A9CC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 33.6%
G = 40.56%
B = 25.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#A9CC82 (or 0xA9CC82) is known color: Feijoa. HEX triplet: A9, CC and 82. RGB value is (169,204,130). Sum of RGB (Red+Green+Blue) = 169+204+130=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CC82 is #56337D. Grayscale: #B9B9B9. Windows color (decimal): -5649278 or 8572073. OLE color: 8572073.

HSL color Cylindrical-coordinate representation of color #A9CC82: hue angle of 88.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9CC82 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 204 130 -
CMYK 0.17 0 0.36 0.2
HSL 88.38º 0.42% 0.65% -
HSV(B) 88.38º 0.36% 0.8% -
XYZ 41.98 53.23 29.18 -
YUV 185.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 169 204 130 0.17 0 0.36 0.2 88.38 0.42 0.65
Hex A9 CC 82 11 0 24 14 58 2A 41
Octal 251 314 202 21 0 44 24 130 52 101
Binary 10101001 11001100 10000010 10001 0 100100 10100 1011000 101010 1000001

Color Harmonies of #A9CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CC82

Black with #A9CC82

Text Example


Text Example

White with #A9CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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