#62A958

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

Shades of Apple #62A958

Tints of Apple #62A958

Color information

#62A958 (or 0x62A958) is unknown color: approx Apple. HEX triplet: 62, A9 and 58. RGB value is (98,169,88). Sum of RGB (Red+Green+Blue) = 98+169+88=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #62A958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A958 is #9D56A7. Grayscale: #8A8A8A. Windows color (decimal): -10311336 or 5810530. OLE color: 5810530.

HSL color Cylindrical-coordinate representation of color #62A958: hue angle of 112.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62A958 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB9816988-
CMYK0.4200.480.34
HSL112.59º32.02%50.39%-
HSV(B)112.59º47.93%66.27%-
XYZ20.9931.6814.24-
YUV138.5499.4899.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=27.61%
G=47.61%
B=24.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98169880.4200.480.34112.5932.0250.39
Hex62A9582A03022712032
Octal14225113052060421614062
Binary110001010101001101100010101001100001000101110001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,169,88); }

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

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

 a { background-color: rgb(98,169,88); }

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

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

 span { border-color: rgb(98,169,88); }

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