Html Css Color HEX #ACC004 Citrus

📋 copy color: '#ACC004'

red 172 ◦ green 192 ◦ blue 4

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

Shades of Citrus #ACC004

Tints of Citrus #ACC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 46.74%
G = 52.17%
B = 1.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#ACC004 (or 0xACC004) is known color: Citrus. HEX triplet: AC, C0 and 04. RGB value is (172,192,4). Sum of RGB (Red+Green+Blue) = 172+192+4=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC004 is #533FFB. Grayscale: #A5A5A5. Windows color (decimal): -5455868 or 311468. OLE color: 311468.

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

Color convert

RGB 172 192 4 -
CMYK 0.10 0 0.98 0.25
HSL 66.38º 0.96% 0.38% -
HSV(B) 66.38º 0.98% 0.75% -
XYZ 35.88 46.48 7.19 -
YUV 164.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 172 192 4 0.10 0 0.98 0.25 66.38 0.96 0.38
Hex AC C0 4 A 0 62 19 42 60 26
Octal 254 300 4 12 0 142 31 102 140 46
Binary 10101100 11000000 100 1010 0 1100010 11001 1000010 1100000 100110

Color Harmonies of #ACC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC004

Black with #ACC004

Text Example


Text Example

White with #ACC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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