#A5AB30

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

Shades of Earls Green #A5AB30

Tints of Earls Green #A5AB30

Color information

#A5AB30 (or 0xA5AB30) is unknown color: approx Earls Green. HEX triplet: A5, AB and 30. RGB value is (165,171,48). Sum of RGB (Red+Green+Blue) = 165+171+48=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB30 is #5A54CF. Grayscale: #9B9B9B. Windows color (decimal): -5919952 or 3189669. OLE color: 3189669.

HSL color Cylindrical-coordinate representation of color #A5AB30: hue angle of 62.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5AB30 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB16517148-
CMYK0.0400.720.33
HSL62.93º56.16%42.94%-
HSV(B)62.93º71.93%67.06%-
XYZ30.6137.348.39-
YUV155.1867.51135-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=42.97%
G=44.53%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171480.0400.720.3362.9356.1642.94
HexA5AB304048213f382b
Octal245253604011041777053
Binary101001011010101111000010001001000100001111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB30; }

 p { color: rgb(165,171,48); }

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

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

 a { background-color: rgb(165,171,48); }

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

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

 span { border-color: rgb(165,171,48); }

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