Html Css Color HEX #ACC005 Citrus

📋 copy color: '#ACC005'

red 172 ◦ green 192 ◦ blue 5

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

Shades of Citrus #ACC005

Tints of Citrus #ACC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 46.61%
G = 52.03%
B = 1.36%

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

#ACC005 (or 0xACC005) is known color: Citrus. HEX triplet: AC, C0 and 05. RGB value is (172,192,5). Sum of RGB (Red+Green+Blue) = 172+192+5=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC005 is #533FFA. Grayscale: #A5A5A5. Windows color (decimal): -5455867 or 377004. OLE color: 377004.

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

Color convert

RGB 172 192 5 -
CMYK 0.10 0 0.97 0.25
HSL 66.42º 0.95% 0.39% -
HSV(B) 66.42º 0.97% 0.75% -
XYZ 35.89 46.48 7.22 -
YUV 164.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 172 192 5 0.10 0 0.97 0.25 66.42 0.95 0.39
Hex AC C0 5 A 0 61 19 42 5F 27
Octal 254 300 5 12 0 141 31 102 137 47
Binary 10101100 11000000 101 1010 0 1100001 11001 1000010 1011111 100111

Color Harmonies of #ACC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC005

Black with #ACC005

Text Example


Text Example

White with #ACC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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