Html Css Color HEX #7DAD09 Lima

📋 copy color: '#7DAD09'

red 125 ◦ green 173 ◦ blue 9

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

Shades of Lima #7DAD09

Tints of Lima #7DAD09

RGB

 RED value IS 125 (49.22% from 255) = 40.72%

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

 BLUE value IS 9 (3.91% from 255) = 2.93%

R = 40.72%
G = 56.35%
B = 2.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#7DAD09 (or 0x7DAD09) is known color: Lima. HEX triplet: 7D, AD and 09. RGB value is (125,173,9). Sum of RGB (Red+Green+Blue) = 125+173+9=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD09 is #8252F6. Grayscale: #8C8C8C. Windows color (decimal): -8540919 or 634237. OLE color: 634237.

HSL color Cylindrical-coordinate representation of color #7DAD09: hue angle of 77.56º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DAD09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 9 -
CMYK 0.28 0 0.95 0.32
HSL 77.56º 0.9% 0.36% -
HSV(B) 77.56º 0.95% 0.68% -
XYZ 23.45 34.27 5.64 -
YUV 139.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 125 173 9 0.28 0 0.95 0.32 77.56 0.9 0.36
Hex 7D AD 9 1C 0 5F 20 4E 5A 24
Octal 175 255 11 34 0 137 40 116 132 44
Binary 1111101 10101101 1001 11100 0 1011111 100000 1001110 1011010 100100

Color Harmonies of #7DAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD09

Black with #7DAD09

Text Example


Text Example

White with #7DAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAD09; }

 p { color: rgb(125,173,9); }

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

background-color css

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

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

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

border-color css

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

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

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