Html Css Color HEX #ACAC0E Citrus

📋 copy color: '#ACAC0E'

red 172 ◦ green 172 ◦ blue 14

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

Shades of Citrus #ACAC0E

Tints of Citrus #ACAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 48.04%
G = 48.04%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ACAC0E (or 0xACAC0E) is known color: Citrus. HEX triplet: AC, AC and 0E. RGB value is (172,172,14). Sum of RGB (Red+Green+Blue) = 172+172+14=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC0E is #5353F1. Grayscale: #9A9A9A. Windows color (decimal): -5460978 or 961708. OLE color: 961708.

HSL color Cylindrical-coordinate representation of color #ACAC0E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACAC0E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 14 -
CMYK 0 0 0.92 0.33
HSL 60º 0.85% 0.36% -
HSV(B) 60º 0.92% 0.67% -
XYZ 31.85 38.31 6.13 -
YUV 153.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 172 172 14 0 0 0.92 0.33 60 0.85 0.36
Hex AC AC E 0 0 5C 21 3C 55 24
Octal 254 254 16 0 0 134 41 74 125 44
Binary 10101100 10101100 1110 0 0 1011100 100001 111100 1010101 100100

Color Harmonies of #ACAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC0E

Black with #ACAC0E

Text Example


Text Example

White with #ACAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC0E; }

 p { color: rgb(172,172,14); }

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

background-color css

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

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

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

border-color css

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

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

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