Html Css Color HEX #60AD35 Apple

📋 copy color: '#60AD35'

red 96 ◦ green 173 ◦ blue 53

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

Shades of Apple #60AD35

Tints of Apple #60AD35

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.73%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 29.81%
G = 53.73%
B = 16.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#60AD35 (or 0x60AD35) is known color: Apple. HEX triplet: 60, AD and 35. RGB value is (96,173,53). Sum of RGB (Red+Green+Blue) = 96+173+53=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AD35 is #9F52CA. Grayscale: #888888. Windows color (decimal): -10441419 or 3517792. OLE color: 3517792.

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

Color convert

RGB 96 173 53 -
CMYK 0.45 0 0.69 0.32
HSL 98.5º 0.53% 0.44% -
HSV(B) 98.5º 0.69% 0.68% -
XYZ 20.41 32.63 8.59 -
YUV 136.3 80.99 99.26 -
System Red Green Blue C M Y K H S L
Decimal 96 173 53 0.45 0 0.69 0.32 98.5 0.53 0.44
Hex 60 AD 35 2D 0 45 20 62 35 2C
Octal 140 255 65 55 0 105 40 142 65 54
Binary 1100000 10101101 110101 101101 0 1000101 100000 1100010 110101 101100

Color Harmonies of #60AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AD35

Black with #60AD35

Text Example


Text Example

White with #60AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,173,53); }

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

background-color css

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

 a { background-color: rgb(96,173,53); }

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

border-color css

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

 span { border-color: rgb(96,173,53); }

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