#62AE4D

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

Shades of Apple #62AE4D

Tints of Apple #62AE4D

Color information

#62AE4D (or 0x62AE4D) is unknown color: approx Apple. HEX triplet: 62, AE and 4D. RGB value is (98,174,77). Sum of RGB (Red+Green+Blue) = 98+174+77=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AE4D is #9D51B2. Grayscale: #8C8C8C. Windows color (decimal): -10310067 or 5090914. OLE color: 5090914.

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

Color convert

RGB9817477-
CMYK0.4400.560.32
HSL107.01º38.65%49.22%-
HSV(B)107.01º55.75%68.24%-
XYZ21.5133.412.34-
YUV140.2292.3297.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=28.08%
G=49.86%
B=22.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174770.4400.560.32107.0138.6549.22
Hex62AE4D2C038206b2731
Octal14225611554070401534761
Binary110001010101110100110110110001110001000001101011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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