#ACAD23

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

Shades of Earls Green #ACAD23

Tints of Earls Green #ACAD23

Color information

#ACAD23 (or 0xACAD23) is unknown color: approx Earls Green. HEX triplet: AC, AD and 23. RGB value is (172,173,35). Sum of RGB (Red+Green+Blue) = 172+173+35=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD23 is #5352DC. Grayscale: #9D9D9D. Windows color (decimal): -5460701 or 2338220. OLE color: 2338220.

HSL color Cylindrical-coordinate representation of color #ACAD23: hue angle of 60.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACAD23 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17217335-
CMYK0.0100.800.32
HSL60.43º66.35%40.78%-
HSV(B)60.43º79.77%67.84%-
XYZ32.2638.787.37-
YUV156.9759.17138.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 35 (14.06% from 255) = 9.21%
R=45.26%
G=45.53%
B=9.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173350.0100.800.3260.4366.3540.78
HexACAD231050203c4229
Octal2542554310120407410251
Binary10101100101011011000111010100001000001111001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD23; }

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

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

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

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

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

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

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

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