Html Css Color HEX #60A950 Apple

📋 copy color: '#60A950'

red 96 ◦ green 169 ◦ blue 80

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

Shades of Apple #60A950

Tints of Apple #60A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.99%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 27.83%
G = 48.99%
B = 23.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#60A950 (or 0x60A950) is known color: Apple. HEX triplet: 60, A9 and 50. RGB value is (96,169,80). Sum of RGB (Red+Green+Blue) = 96+169+80=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #60A950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A950 is #9F56AF. Grayscale: #898989. Windows color (decimal): -10442416 or 5286240. OLE color: 5286240.

HSL color Cylindrical-coordinate representation of color #60A950: hue angle of 109.21º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60A950 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 169 80 -
CMYK 0.43 0 0.53 0.34
HSL 109.21º 0.36% 0.49% -
HSV(B) 109.21º 0.53% 0.66% -
XYZ 20.46 31.44 12.58 -
YUV 137.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 96 169 80 0.43 0 0.53 0.34 109.21 0.36 0.49
Hex 60 A9 50 2B 0 35 22 6D 24 31
Octal 140 251 120 53 0 65 42 155 44 61
Binary 1100000 10101001 1010000 101011 0 110101 100010 1101101 100100 110001

Color Harmonies of #60A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A950

Black with #60A950

Text Example


Text Example

White with #60A950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,169,80); }

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

background-color css

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

 a { background-color: rgb(96,169,80); }

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

border-color css

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

 span { border-color: rgb(96,169,80); }

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