#7DAE09

Color #7DAE09 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7DAE09

Tints of Lima #7DAE09

Color information

#7DAE09 (or 0x7DAE09) is unknown color: approx Lima. HEX triplet: 7D, AE and 09. RGB value is (125,174,9). Sum of RGB (Red+Green+Blue) = 125+174+9=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE09 is #8251F6. Grayscale: #8D8D8D. Windows color (decimal): -8540663 or 634493. OLE color: 634493.

HSL color Cylindrical-coordinate representation of color #7DAE09: hue angle of 77.82º 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 #7DAE09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1251749-
CMYK0.2800.950.32
HSL77.82º90.16%35.88%-
HSV(B)77.82º94.83%68.24%-
XYZ23.6434.655.7-
YUV140.5453.77116.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 9 (3.91% from 255) = 2.92%
R=40.58%
G=56.49%
B=2.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12517490.2800.950.3277.8290.1635.88
Hex7DAE91C05F204e5a24
Octal175256113401374011613244
Binary1111101101011101001111000101111110000010011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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