Html Css Color HEX #ACC001 Citrus

📋 copy color: '#ACC001'

red 172 ◦ green 192 ◦ blue 1

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

Shades of Citrus #ACC001

Tints of Citrus #ACC001

RGB

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

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

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

R = 47.12%
G = 52.6%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#ACC001 (or 0xACC001) is known color: Citrus. HEX triplet: AC, C0 and 01. RGB value is (172,192,1). Sum of RGB (Red+Green+Blue) = 172+192+1=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC001 is #533FFE. Grayscale: #A4A4A4. Windows color (decimal): -5455871 or 114860. OLE color: 114860.

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

Color convert

RGB 172 192 1 -
CMYK 0.10 0 0.99 0.25
HSL 66.28º 0.99% 0.38% -
HSV(B) 66.28º 0.99% 0.75% -
XYZ 35.87 46.47 7.11 -
YUV 164.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 172 192 1 0.10 0 0.99 0.25 66.28 0.99 0.38
Hex AC C0 1 A 0 63 19 42 63 26
Octal 254 300 1 12 0 143 31 102 143 46
Binary 10101100 11000000 1 1010 0 1100011 11001 1000010 1100011 100110

Color Harmonies of #ACC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC001

Black with #ACC001

Text Example


Text Example

White with #ACC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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