Html Css Color HEX #7DAB0A Lima

📋 copy color: '#7DAB0A'

red 125 ◦ green 171 ◦ blue 10

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

Shades of Lima #7DAB0A

Tints of Lima #7DAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.88%

 BLUE value IS 10 (4.3% from 255) = 3.27%

R = 40.85%
G = 55.88%
B = 3.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#7DAB0A (or 0x7DAB0A) is known color: Lima. HEX triplet: 7D, AB and 0A. RGB value is (125,171,10). Sum of RGB (Red+Green+Blue) = 125+171+10=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB0A is #8254F5. Grayscale: #8B8B8B. Windows color (decimal): -8541430 or 699261. OLE color: 699261.

HSL color Cylindrical-coordinate representation of color #7DAB0A: hue angle of 77.14º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DAB0A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 10 -
CMYK 0.27 0 0.94 0.33
HSL 77.14º 0.89% 0.35% -
HSV(B) 77.14º 0.94% 0.67% -
XYZ 23.08 33.51 5.54 -
YUV 138.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 125 171 10 0.27 0 0.94 0.33 77.14 0.89 0.35
Hex 7D AB A 1B 0 5E 21 4D 59 23
Octal 175 253 12 33 0 136 41 115 131 43
Binary 1111101 10101011 1010 11011 0 1011110 100001 1001101 1011001 100011

Color Harmonies of #7DAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB0A

Black with #7DAB0A

Text Example


Text Example

White with #7DAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,10); }

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

background-color css

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

 a { background-color: rgb(125,171,10); }

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

border-color css

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

 span { border-color: rgb(125,171,10); }

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