Html Css Color HEX #ACC006 Citrus

📋 copy color: '#ACC006'

red 172 ◦ green 192 ◦ blue 6

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

Shades of Citrus #ACC006

Tints of Citrus #ACC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 46.49%
G = 51.89%
B = 1.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#ACC006 (or 0xACC006) is known color: Citrus. HEX triplet: AC, C0 and 06. RGB value is (172,192,6). Sum of RGB (Red+Green+Blue) = 172+192+6=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC006 is #533FF9. Grayscale: #A5A5A5. Windows color (decimal): -5455866 or 442540. OLE color: 442540.

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

Color convert

RGB 172 192 6 -
CMYK 0.10 0 0.97 0.25
HSL 66.45º 0.94% 0.39% -
HSV(B) 66.45º 0.97% 0.75% -
XYZ 35.9 46.48 7.25 -
YUV 164.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 172 192 6 0.10 0 0.97 0.25 66.45 0.94 0.39
Hex AC C0 6 A 0 61 19 42 5E 27
Octal 254 300 6 12 0 141 31 102 136 47
Binary 10101100 11000000 110 1010 0 1100001 11001 1000010 1011110 100111

Color Harmonies of #ACC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC006

Black with #ACC006

Text Example


Text Example

White with #ACC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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