Html Css Color HEX #ACAD1D Earls Green

📋 copy color: '#ACAD1D'

red 172 ◦ green 173 ◦ blue 29

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

Shades of Earls Green #ACAD1D

Tints of Earls Green #ACAD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 45.99%
G = 46.26%
B = 7.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ACAD1D (or 0xACAD1D) is known color: Earls Green. HEX triplet: AC, AD and 1D. RGB value is (172,173,29). Sum of RGB (Red+Green+Blue) = 172+173+29=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD1D is #5352E2. Grayscale: #9C9C9C. Windows color (decimal): -5460707 or 1945004. OLE color: 1945004.

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

Color convert

RGB 172 173 29 -
CMYK 0.01 0 0.83 0.32
HSL 60.42º 0.71% 0.4% -
HSV(B) 60.42º 0.83% 0.68% -
XYZ 32.18 38.75 6.95 -
YUV 156.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 172 173 29 0.01 0 0.83 0.32 60.42 0.71 0.4
Hex AC AD 1D 1 0 53 20 3C 47 28
Octal 254 255 35 1 0 123 40 74 107 50
Binary 10101100 10101101 11101 1 0 1010011 100000 111100 1000111 101000

Color Harmonies of #ACAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD1D

Black with #ACAD1D

Text Example


Text Example

White with #ACAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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