#62AA38

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

Shades of Apple #62AA38

Tints of Apple #62AA38

Color information

#62AA38 (or 0x62AA38) is unknown color: approx Apple. HEX triplet: 62, AA and 38. RGB value is (98,170,56). Sum of RGB (Red+Green+Blue) = 98+170+56=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AA38 is #9D55C7. Grayscale: #878787. Windows color (decimal): -10311112 or 3713634. OLE color: 3713634.

HSL color Cylindrical-coordinate representation of color #62AA38: hue angle of 97.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62AA38 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB9817056-
CMYK0.4200.670.33
HSL97.89º50.44%44.31%-
HSV(B)97.89º67.06%66.67%-
XYZ20.1331.638.79-
YUV135.4883.15101.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=30.25%
G=52.47%
B=17.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98170560.4200.670.3397.8950.4444.31
Hex62AA382A0432162322c
Octal14225270520103411426254
Binary110001010101010111000101010010000111000011100010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,56); }

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

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

 a { background-color: rgb(98,170,56); }

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

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

 span { border-color: rgb(98,170,56); }

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