#62A21A

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

Shades of Limeade #62A21A

Tints of Limeade #62A21A

Color information

#62A21A (or 0x62A21A) is unknown color: approx Limeade. HEX triplet: 62, A2 and 1A. RGB value is (98,162,26). Sum of RGB (Red+Green+Blue) = 98+162+26=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #62A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A21A is #9D5DE5. Grayscale: #7F7F7F. Windows color (decimal): -10313190 or 1745506. OLE color: 1745506.

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

Color convert

RGB9816226-
CMYK0.4000.840.36
HSL88.24º72.34%36.86%-
HSV(B)88.24º83.95%63.53%-
XYZ18.1428.515.52-
YUV127.3670.8107.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=34.27%
G=56.64%
B=9.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162260.4000.840.3688.2472.3436.86
Hex62A21A2805424584825
Octal142242325001244413011045
Binary110001010100010110101010000101010010010010110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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