Html Css Color HEX #60AD3D Apple

📋 copy color: '#60AD3D'

red 96 ◦ green 173 ◦ blue 61

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

Shades of Apple #60AD3D

Tints of Apple #60AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 29.09%
G = 52.42%
B = 18.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#60AD3D (or 0x60AD3D) is known color: Apple. HEX triplet: 60, AD and 3D. RGB value is (96,173,61). Sum of RGB (Red+Green+Blue) = 96+173+61=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AD3D is #9F52C2. Grayscale: #898989. Windows color (decimal): -10441411 or 4042080. OLE color: 4042080.

HSL color Cylindrical-coordinate representation of color #60AD3D: hue angle of 101.25º 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 #60AD3D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 173 61 -
CMYK 0.45 0 0.65 0.32
HSL 101.25º 0.48% 0.46% -
HSV(B) 101.25º 0.65% 0.68% -
XYZ 20.61 32.71 9.64 -
YUV 137.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 96 173 61 0.45 0 0.65 0.32 101.25 0.48 0.46
Hex 60 AD 3D 2D 0 41 20 65 30 2E
Octal 140 255 75 55 0 101 40 145 60 56
Binary 1100000 10101101 111101 101101 0 1000001 100000 1100101 110000 101110

Color Harmonies of #60AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AD3D

Black with #60AD3D

Text Example


Text Example

White with #60AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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