Html Css Color HEX #ADAD25 Earls Green

📋 copy color: '#ADAD25'

red 173 ◦ green 173 ◦ blue 37

#ADAD25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ADAD25

Tints of Earls Green #ADAD25

RGB

 RED value IS 173 (67.97% from 255) = 45.17%

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 45.17%
G = 45.17%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#ADAD25 (or 0xADAD25) is known color: Earls Green. HEX triplet: AD, AD and 25. RGB value is (173,173,37). Sum of RGB (Red+Green+Blue) = 173+173+37=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD25 is #5252DA. Grayscale: #9E9E9E. Windows color (decimal): -5395163 or 2469293. OLE color: 2469293.

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

Color convert

RGB 173 173 37 -
CMYK 0 0 0.79 0.32
HSL 60º 0.65% 0.41% -
HSV(B) 60º 0.79% 0.68% -
XYZ 32.51 38.9 7.55 -
YUV 157.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 173 173 37 0 0 0.79 0.32 60 0.65 0.41
Hex AD AD 25 0 0 4F 20 3C 41 29
Octal 255 255 45 0 0 117 40 74 101 51
Binary 10101101 10101101 100101 0 0 1001111 100000 111100 1000001 101001

Color Harmonies of #ADAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD25

Black with #ADAD25

Text Example


Text Example

White with #ADAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD25; }

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

 H1.HeaderClassName
 {
   color: #ADAD25;
 }
 .AnyTagClassName
 {
   color: #ADAD25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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