Html Css Color HEX #ACC401 Citrus

📋 copy color: '#ACC401'

red 172 ◦ green 196 ◦ blue 1

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

Shades of Citrus #ACC401

Tints of Citrus #ACC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.12%

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

R = 46.61%
G = 53.12%
B = 0.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#ACC401 (or 0xACC401) is known color: Citrus. HEX triplet: AC, C4 and 01. RGB value is (172,196,1). Sum of RGB (Red+Green+Blue) = 172+196+1=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC401 is #533BFE. Grayscale: #A7A7A7. Windows color (decimal): -5454847 or 115884. OLE color: 115884.

HSL color Cylindrical-coordinate representation of color #ACC401: hue angle of 67.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC401 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 1 -
CMYK 0.12 0 0.99 0.23
HSL 67.38º 0.99% 0.39% -
HSV(B) 67.38º 0.99% 0.77% -
XYZ 36.76 48.25 7.41 -
YUV 166.59 34.55 131.86 -
System Red Green Blue C M Y K H S L
Decimal 172 196 1 0.12 0 0.99 0.23 67.38 0.99 0.39
Hex AC C4 1 C 0 63 17 43 63 27
Octal 254 304 1 14 0 143 27 103 143 47
Binary 10101100 11000100 1 1100 0 1100011 10111 1000011 1100011 100111

Color Harmonies of #ACC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC401

Black with #ACC401

Text Example


Text Example

White with #ACC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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