#62a01a

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

Shades of Limeade #62A01A

Tints of Limeade #62A01A

Color information

#62A01A (or 0x62A01A) is unknown color: approx Limeade. HEX triplet: 62, A0 and 1A. RGB value is (98,160,26). Sum of RGB (Red+Green+Blue) = 98+160+26=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #62A01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A01A is #9D5FE5. Grayscale: #7E7E7E. Windows color (decimal): -10313702 or 1744994. OLE color: 1744994.

HSL color Cylindrical-coordinate representation of color #62A01A: hue angle of 87.76º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62A01A is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB9816026-
CMYK0.3900.840.37
HSL87.76º72.04%36.47%-
HSV(B)87.76º83.75%62.75%-
XYZ17.7927.815.41-
YUV126.1971.46107.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 160 (62.89% from 255) = 56.34%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=34.51%
G=56.34%
B=9.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98160260.3900.840.3787.7672.0436.47
Hex62A01A2705425584824
Octal142240324701244513011044
Binary110001010100000110101001110101010010010110110001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62a01a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,160,26); }

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

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

 a { background-color: rgb(98,160,26); }

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

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

 span { border-color: rgb(98,160,26); }

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