Html Css Color HEX #60AA41 Apple

📋 copy color: '#60AA41'

red 96 ◦ green 170 ◦ blue 65

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

Shades of Apple #60AA41

Tints of Apple #60AA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.36%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 29%
G = 51.36%
B = 19.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#60AA41 (or 0x60AA41) is known color: Apple. HEX triplet: 60, AA and 41. RGB value is (96,170,65). Sum of RGB (Red+Green+Blue) = 96+170+65=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA41 is #9F55BE. Grayscale: #888888. Windows color (decimal): -10442175 or 4303456. OLE color: 4303456.

HSL color Cylindrical-coordinate representation of color #60AA41: hue angle of 102.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AA41 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 65 -
CMYK 0.44 0 0.62 0.33
HSL 102.29º 0.45% 0.46% -
HSV(B) 102.29º 0.62% 0.67% -
XYZ 20.15 31.62 10.04 -
YUV 135.9 87.98 99.54 -
System Red Green Blue C M Y K H S L
Decimal 96 170 65 0.44 0 0.62 0.33 102.29 0.45 0.46
Hex 60 AA 41 2C 0 3E 21 66 2D 2E
Octal 140 252 101 54 0 76 41 146 55 56
Binary 1100000 10101010 1000001 101100 0 111110 100001 1100110 101101 101110

Color Harmonies of #60AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA41

Black with #60AA41

Text Example


Text Example

White with #60AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,65); }

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

background-color css

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

 a { background-color: rgb(96,170,65); }

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

border-color css

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

 span { border-color: rgb(96,170,65); }

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