#62AE4A

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

Shades of Apple #62AE4A

Tints of Apple #62AE4A

Color information

#62AE4A (or 0x62AE4A) is unknown color: approx Apple. HEX triplet: 62, AE and 4A. RGB value is (98,174,74). Sum of RGB (Red+Green+Blue) = 98+174+74=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AE4A is #9D51B5. Grayscale: #8C8C8C. Windows color (decimal): -10310070 or 4894306. OLE color: 4894306.

HSL color Cylindrical-coordinate representation of color #62AE4A: hue angle of 105.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62AE4A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB9817474-
CMYK0.4400.570.32
HSL105.6º40.32%48.63%-
HSV(B)105.6º57.47%68.24%-
XYZ21.4133.3611.79-
YUV139.8890.8298.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=28.32%
G=50.29%
B=21.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174740.4400.570.32105.640.3248.63
Hex62AE4A2C039206a2831
Octal14225611254071401525061
Binary110001010101110100101010110001110011000001101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,174,74); }

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

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

 a { background-color: rgb(98,174,74); }

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

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

 span { border-color: rgb(98,174,74); }

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