#62A726

Color #62A726 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #62A726

Tints of Limeade #62A726

Color information

#62A726 (or 0x62A726) is unknown color: approx Limeade. HEX triplet: 62, A7 and 26. RGB value is (98,167,38). Sum of RGB (Red+Green+Blue) = 98+167+38=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #62A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A726 is #9D58D9. Grayscale: #848484. Windows color (decimal): -10311898 or 2533218. OLE color: 2533218.

HSL color Cylindrical-coordinate representation of color #62A726: hue angle of 92.09º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62A726 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB9816738-
CMYK0.4100.770.35
HSL92.09º62.93%40.2%-
HSV(B)92.09º77.25%65.49%-
XYZ19.2130.376.68-
YUV131.6675.14103.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=32.34%
G=55.12%
B=12.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98167380.4100.770.3592.0962.9340.2
Hex62A7262904D235c3f28
Octal14224746510115431347750
Binary110001010100111100110101001010011011000111011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A726; }

 p { color: rgb(98,167,38); }

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

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

 a { background-color: rgb(98,167,38); }

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

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

 span { border-color: rgb(98,167,38); }

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