#ADAD26

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

Shades of Earls Green #ADAD26

Tints of Earls Green #ADAD26

Color information

#ADAD26 (or 0xADAD26) is unknown color: approx Earls Green. HEX triplet: AD, AD and 26. RGB value is (173,173,38). Sum of RGB (Red+Green+Blue) = 173+173+38=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD26 is #5252D9. Grayscale: #9E9E9E. Windows color (decimal): -5395162 or 2534829. OLE color: 2534829.

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

Color convert

RGB17317338-
CMYK000.780.32
HSL60º63.98%41.37%-
HSV(B)60º78.03%67.84%-
XYZ32.5338.917.63-
YUV157.6160.5138.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 38 (15.23% from 255) = 9.90%
R=45.05%
G=45.05%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317338000.780.326063.9841.37
HexADAD26004E203c4029
Octal2552554600116407410051
Binary10101101101011011001100010011101000001111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD26; }

 p { color: rgb(173,173,38); }

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

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

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

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

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

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

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