#62A422

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

Shades of Limeade #62A422

Tints of Limeade #62A422

Color information

#62A422 (or 0x62A422) is unknown color: approx Limeade. HEX triplet: 62, A4 and 22. RGB value is (98,164,34). Sum of RGB (Red+Green+Blue) = 98+164+34=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #62A422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A422 is #9D5BDD. Grayscale: #818181. Windows color (decimal): -10312670 or 2270306. OLE color: 2270306.

HSL color Cylindrical-coordinate representation of color #62A422: hue angle of 90.46º degrees, saturation: 0.66, 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 #62A422 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB9816434-
CMYK0.4000.790.36
HSL90.46º65.66%38.82%-
HSV(B)90.46º79.27%64.31%-
XYZ18.629.266.18-
YUV129.4574.13105.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.11%
GREEN value IS 164 (64.45% from 255) = 55.41%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=33.11%
G=55.41%
B=11.49%

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
Decimal98164340.4000.790.3690.4665.6638.82
Hex62A4222804F245a4227
Octal142244425001174413210247
Binary1100010101001001000101010000100111110010010110101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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