Html Css Color HEX #ACAD0E Citrus

📋 copy color: '#ACAD0E'

red 172 ◦ green 173 ◦ blue 14

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

Shades of Citrus #ACAD0E

Tints of Citrus #ACAD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.19%

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

R = 47.91%
G = 48.19%
B = 3.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ACAD0E (or 0xACAD0E) is known color: Citrus. HEX triplet: AC, AD and 0E. RGB value is (172,173,14). Sum of RGB (Red+Green+Blue) = 172+173+14=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAD0E is #5352F1. Grayscale: #9B9B9B. Windows color (decimal): -5460722 or 961964. OLE color: 961964.

HSL color Cylindrical-coordinate representation of color #ACAD0E: hue angle of 60.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACAD0E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 173 14 -
CMYK 0.01 0 0.92 0.32
HSL 60.38º 0.85% 0.37% -
HSV(B) 60.38º 0.92% 0.68% -
XYZ 32.04 38.69 6.19 -
YUV 154.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 172 173 14 0.01 0 0.92 0.32 60.38 0.85 0.37
Hex AC AD E 1 0 5C 20 3C 55 25
Octal 254 255 16 1 0 134 40 74 125 45
Binary 10101100 10101101 1110 1 0 1011100 100000 111100 1010101 100101

Color Harmonies of #ACAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD0E

Black with #ACAD0E

Text Example


Text Example

White with #ACAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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