Html Css Color HEX #A9C008 Citrus

📋 copy color: '#A9C008'

red 169 ◦ green 192 ◦ blue 8

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

Shades of Citrus #A9C008

Tints of Citrus #A9C008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.03%

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 45.8%
G = 52.03%
B = 2.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A9C008 (or 0xA9C008) is known color: Citrus. HEX triplet: A9, C0 and 08. RGB value is (169,192,8). Sum of RGB (Red+Green+Blue) = 169+192+8=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C008 is #563FF7. Grayscale: #A4A4A4. Windows color (decimal): -5652472 or 573609. OLE color: 573609.

HSL color Cylindrical-coordinate representation of color #A9C008: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9C008 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 8 -
CMYK 0.12 0 0.96 0.25
HSL 67.5º 0.92% 0.39% -
HSV(B) 67.5º 0.96% 0.75% -
XYZ 35.26 46.15 7.28 -
YUV 164.15 39.88 131.46 -
System Red Green Blue C M Y K H S L
Decimal 169 192 8 0.12 0 0.96 0.25 67.5 0.92 0.39
Hex A9 C0 8 C 0 60 19 44 5C 27
Octal 251 300 10 14 0 140 31 104 134 47
Binary 10101001 11000000 1000 1100 0 1100000 11001 1000100 1011100 100111

Color Harmonies of #A9C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C008

Black with #A9C008

Text Example


Text Example

White with #A9C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C008; }

 p { color: rgb(169,192,8); }

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

background-color css

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

 a { background-color: rgb(169,192,8); }

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

border-color css

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

 span { border-color: rgb(169,192,8); }

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