#60AE32

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

Shades of Apple #60AE32

Tints of Apple #60AE32

Color information

#60AE32 (or 0x60AE32) is unknown color: approx Apple. HEX triplet: 60, AE and 32. RGB value is (96,174,50). Sum of RGB (Red+Green+Blue) = 96+174+50=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AE32 is #9F51CD. Grayscale: #888888. Windows color (decimal): -10441166 or 3321440. OLE color: 3321440.

HSL color Cylindrical-coordinate representation of color #60AE32: hue angle of 97.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60AE32 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB9617450-
CMYK0.4500.710.32
HSL97.74º55.36%43.92%-
HSV(B)97.74º71.26%68.24%-
XYZ20.5432.998.3-
YUV136.5479.1699.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=30%
G=54.38%
B=15.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96174500.4500.710.3297.7455.3643.92
Hex60AE322D0472062372c
Octal14025662550107401426754
Binary110000010101110110010101101010001111000001100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AE32; }

 p { color: rgb(96,174,50); }

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

<style>
 a { background-color: #60AE32; }

 a { background-color: rgb(96,174,50); }

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

<style>
 span { border-color: #60AE32; }

 span { border-color: rgb(96,174,50); }

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