#ACAF05

Color #ACAF05 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ACAF05

Tints of Citrus #ACAF05

Color information

#ACAF05 (or 0xACAF05) is unknown color: approx Citrus. HEX triplet: AC, AF and 05. RGB value is (172,175,5). Sum of RGB (Red+Green+Blue) = 172+175+5=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAF05 is #5350FA. Grayscale: #9B9B9B. Windows color (decimal): -5460219 or 372652. OLE color: 372652.

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

Color convert

RGB1721755-
CMYK0.0200.970.31
HSL61.06º94.44%35.29%-
HSV(B)61.06º97.14%68.63%-
XYZ32.3739.446.05-
YUV154.7243.51140.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=48.86%
G=49.72%
B=1.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17217550.0200.970.3161.0694.4435.29
HexACAF520611F3d5e23
Octal254257520141377513643
Binary10101100101011111011001100001111111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF05; }

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

 H1.HeaderClassName
 {
   color: #ACAF05;
 }
 .AnyTagClassName
 {
   color: #ACAF05;
 }
</style>
background-color css

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

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

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

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

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

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