#ABAD22

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

Shades of Earls Green #ABAD22

Tints of Earls Green #ABAD22

Color information

#ABAD22 (or 0xABAD22) is unknown color: approx Earls Green. HEX triplet: AB, AD and 22. RGB value is (171,173,34). Sum of RGB (Red+Green+Blue) = 171+173+34=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD22 is #5452DD. Grayscale: #9D9D9D. Windows color (decimal): -5526238 or 2272683. OLE color: 2272683.

HSL color Cylindrical-coordinate representation of color #ABAD22: hue angle of 60.86º degrees, saturation: 0.67, 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 #ABAD22 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17117334-
CMYK0.0100.800.32
HSL60.86º67.15%40.59%-
HSV(B)60.86º80.35%67.84%-
XYZ32.0338.667.29-
YUV156.5658.84138.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 34 (13.67% from 255) = 8.99%
R=45.24%
G=45.77%
B=8.99%

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
Decimal171173340.0100.800.3260.8667.1540.59
HexABAD221050203d4329
Octal2532554210120407510351
Binary10101011101011011000101010100001000001111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD22; }

 p { color: rgb(171,173,34); }

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

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

 a { background-color: rgb(171,173,34); }

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

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

 span { border-color: rgb(171,173,34); }

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