#60AE3D

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

Shades of Apple #60AE3D

Tints of Apple #60AE3D

Color information

#60AE3D (or 0x60AE3D) is unknown color: approx Apple. HEX triplet: 60, AE and 3D. RGB value is (96,174,61). Sum of RGB (Red+Green+Blue) = 96+174+61=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AE3D is #9F51C2. Grayscale: #8A8A8A. Windows color (decimal): -10441155 or 4042336. OLE color: 4042336.

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

Color convert

RGB9617461-
CMYK0.4500.650.32
HSL101.42º48.09%46.08%-
HSV(B)101.42º64.94%68.24%-
XYZ20.833.19.71-
YUV137.884.6698.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=29.00%
G=52.57%
B=18.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96174610.4500.650.32101.4248.0946.08
Hex60AE3D2D0412065302e
Octal14025675550101401456056
Binary110000010101110111101101101010000011000001100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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