Html Css Color HEX #ACC201 Citrus

📋 copy color: '#ACC201'

red 172 ◦ green 194 ◦ blue 1

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

Shades of Citrus #ACC201

Tints of Citrus #ACC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 46.87%
G = 52.86%
B = 0.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ACC201 (or 0xACC201) is known color: Citrus. HEX triplet: AC, C2 and 01. RGB value is (172,194,1). Sum of RGB (Red+Green+Blue) = 172+194+1=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC201 is #533DFE. Grayscale: #A6A6A6. Windows color (decimal): -5455359 or 115372. OLE color: 115372.

HSL color Cylindrical-coordinate representation of color #ACC201: hue angle of 66.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC201 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 1 -
CMYK 0.11 0 0.99 0.24
HSL 66.84º 0.99% 0.38% -
HSV(B) 66.84º 0.99% 0.76% -
XYZ 36.31 47.36 7.26 -
YUV 165.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 172 194 1 0.11 0 0.99 0.24 66.84 0.99 0.38
Hex AC C2 1 B 0 63 18 43 63 26
Octal 254 302 1 13 0 143 30 103 143 46
Binary 10101100 11000010 1 1011 0 1100011 11000 1000011 1100011 100110

Color Harmonies of #ACC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC201

Black with #ACC201

Text Example


Text Example

White with #ACC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC201; }

 p { color: rgb(172,194,1); }

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

background-color css

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

 a { background-color: rgb(172,194,1); }

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

border-color css

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

 span { border-color: rgb(172,194,1); }

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