#ABAC1E

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

Shades of Earls Green #ABAC1E

Tints of Earls Green #ABAC1E

Color information

#ABAC1E (or 0xABAC1E) is unknown color: approx Earls Green. HEX triplet: AB, AC and 1E. RGB value is (171,172,30). Sum of RGB (Red+Green+Blue) = 171+172+30=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC1E is #5453E1. Grayscale: #9C9C9C. Windows color (decimal): -5526498 or 2010283. OLE color: 2010283.

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

Color convert

RGB17117230-
CMYK0.0100.830.33
HSL60.42º70.3%39.61%-
HSV(B)60.42º82.56%67.45%-
XYZ31.7838.266.94-
YUV155.5157.17139.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=45.84%
G=46.11%
B=8.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172300.0100.830.3360.4270.339.61
HexABAC1E1053213c4628
Octal2532543610123417410650
Binary1010101110101100111101010100111000011111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC1E; }

 p { color: rgb(171,172,30); }

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

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

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

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

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

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

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