Html Css Color HEX #ACC008 Citrus

📋 copy color: '#ACC008'

red 172 ◦ green 192 ◦ blue 8

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

Shades of Citrus #ACC008

Tints of Citrus #ACC008

RGB

 RED value IS 172 (67.58% from 255) = 46.24%

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

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

R = 46.24%
G = 51.61%
B = 2.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#ACC008 (or 0xACC008) is known color: Citrus. HEX triplet: AC, C0 and 08. RGB value is (172,192,8). Sum of RGB (Red+Green+Blue) = 172+192+8=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC008 is #533FF7. Grayscale: #A5A5A5. Windows color (decimal): -5455864 or 573612. OLE color: 573612.

HSL color Cylindrical-coordinate representation of color #ACC008: hue angle of 66.52º 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 #ACC008 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 8 -
CMYK 0.10 0 0.96 0.25
HSL 66.52º 0.92% 0.39% -
HSV(B) 66.52º 0.96% 0.75% -
XYZ 35.91 46.49 7.31 -
YUV 165.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 172 192 8 0.10 0 0.96 0.25 66.52 0.92 0.39
Hex AC C0 8 A 0 60 19 43 5C 27
Octal 254 300 10 12 0 140 31 103 134 47
Binary 10101100 11000000 1000 1010 0 1100000 11001 1000011 1011100 100111

Color Harmonies of #ACC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC008

Black with #ACC008

Text Example


Text Example

White with #ACC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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