#62A322

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

Shades of Limeade #62A322

Tints of Limeade #62A322

Color information

#62A322 (or 0x62A322) is unknown color: approx Limeade. HEX triplet: 62, A3 and 22. RGB value is (98,163,34). Sum of RGB (Red+Green+Blue) = 98+163+34=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #62A322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A322 is #9D5CDD. Grayscale: #818181. Windows color (decimal): -10312926 or 2270050. OLE color: 2270050.

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

Color convert

RGB9816334-
CMYK0.4000.790.36
HSL90.23º65.48%38.63%-
HSV(B)90.23º79.14%63.92%-
XYZ18.4228.916.12-
YUV128.8674.47105.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 163 (64.06% from 255) = 55.25%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=33.22%
G=55.25%
B=11.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98163340.4000.790.3690.2365.4838.63
Hex62A3222804F245a4127
Octal142243425001174413210147
Binary1100010101000111000101010000100111110010010110101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,163,34); }

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

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

 a { background-color: rgb(98,163,34); }

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

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

 span { border-color: rgb(98,163,34); }

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