Html Css Color HEX #7DAD12 Lima

📋 copy color: '#7DAD12'

red 125 ◦ green 173 ◦ blue 18

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

Shades of Lima #7DAD12

Tints of Lima #7DAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 39.56%
G = 54.75%
B = 5.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#7DAD12 (or 0x7DAD12) is known color: Lima. HEX triplet: 7D, AD and 12. RGB value is (125,173,18). Sum of RGB (Red+Green+Blue) = 125+173+18=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD12 is #8252ED. Grayscale: #8D8D8D. Windows color (decimal): -8540910 or 1224061. OLE color: 1224061.

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

Color convert

RGB 125 173 18 -
CMYK 0.28 0 0.90 0.32
HSL 78.58º 0.81% 0.37% -
HSV(B) 78.58º 0.9% 0.68% -
XYZ 23.51 34.29 5.95 -
YUV 140.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 125 173 18 0.28 0 0.90 0.32 78.58 0.81 0.37
Hex 7D AD 12 1C 0 5A 20 4F 51 25
Octal 175 255 22 34 0 132 40 117 121 45
Binary 1111101 10101101 10010 11100 0 1011010 100000 1001111 1010001 100101

Color Harmonies of #7DAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD12

Black with #7DAD12

Text Example


Text Example

White with #7DAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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