Html Css Color HEX #ACAF00 Citrus

📋 copy color: '#ACAF00'

red 172 ◦ green 175 ◦ blue 0

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

Shades of Citrus #ACAF00

Tints of Citrus #ACAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.57%
G = 50.43%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#ACAF00 (or 0xACAF00) is known color: Citrus. HEX triplet: AC, AF and 00. RGB value is (172,175,0). Sum of RGB (Red+Green+Blue) = 172+175+0=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAF00 is #5350FF. Grayscale: #9A9A9A. Windows color (decimal): -5460224 or 44972. OLE color: 44972.

HSL color Cylindrical-coordinate representation of color #ACAF00: hue angle of 61.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACAF00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 0 -
CMYK 0.02 0 1 0.31
HSL 61.03º 1% 0.34% -
HSV(B) 61.03º 1% 0.69% -
XYZ 32.34 39.43 5.91 -
YUV 154.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 172 175 0 0.02 0 1 0.31 61.03 1 0.34
Hex AC AF 0 2 0 64 1F 3D 64 22
Octal 254 257 0 2 0 144 37 75 144 42
Binary 10101100 10101111 0 10 0 1100100 11111 111101 1100100 100010

Color Harmonies of #ACAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF00

Black with #ACAF00

Text Example


Text Example

White with #ACAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF00; }

 p { color: rgb(172,175,0); }

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

background-color css

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

 a { background-color: rgb(172,175,0); }

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

border-color css

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

 span { border-color: rgb(172,175,0); }

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