Html Css Color HEX #60AE40 Apple

📋 copy color: '#60AE40'

red 96 ◦ green 174 ◦ blue 64

#60AE40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #60AE40

Tints of Apple #60AE40

RGB

 RED value IS 96 (37.89% from 255) = 28.74%

 GREEN value IS 174 (68.36% from 255) = 52.1%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 28.74%
G = 52.1%
B = 19.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#60AE40 (or 0x60AE40) is known color: Apple. HEX triplet: 60, AE and 40. RGB value is (96,174,64). Sum of RGB (Red+Green+Blue) = 96+174+64=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AE40 is #9F51BF. Grayscale: #8A8A8A. Windows color (decimal): -10441152 or 4238944. OLE color: 4238944.

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

Color convert

RGB 96 174 64 -
CMYK 0.45 0 0.63 0.32
HSL 102.55º 0.46% 0.47% -
HSV(B) 102.55º 0.63% 0.68% -
XYZ 20.89 33.13 10.14 -
YUV 138.14 86.16 97.94 -
System Red Green Blue C M Y K H S L
Decimal 96 174 64 0.45 0 0.63 0.32 102.55 0.46 0.47
Hex 60 AE 40 2D 0 3F 20 67 2E 2F
Octal 140 256 100 55 0 77 40 147 56 57
Binary 1100000 10101110 1000000 101101 0 111111 100000 1100111 101110 101111

Color Harmonies of #60AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AE40

Black with #60AE40

Text Example


Text Example

White with #60AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60AE40;
 }
 .AnyTagClassName
 {
   color: #60AE40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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