Html Css Color HEX #60A14F Apple

📋 copy color: '#60A14F'

red 96 ◦ green 161 ◦ blue 79

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

Shades of Apple #60A14F

Tints of Apple #60A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 28.57%
G = 47.92%
B = 23.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#60A14F (or 0x60A14F) is known color: Apple. HEX triplet: 60, A1 and 4F. RGB value is (96,161,79). Sum of RGB (Red+Green+Blue) = 96+161+79=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #60A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A14F is #9F5EB0. Grayscale: #848484. Windows color (decimal): -10444465 or 5218656. OLE color: 5218656.

HSL color Cylindrical-coordinate representation of color #60A14F: hue angle of 107.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60A14F is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 161 79 -
CMYK 0.40 0 0.51 0.37
HSL 107.56º 0.34% 0.47% -
HSV(B) 107.56º 0.51% 0.63% -
XYZ 18.98 28.54 11.91 -
YUV 132.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 96 161 79 0.40 0 0.51 0.37 107.56 0.34 0.47
Hex 60 A1 4F 28 0 33 25 6C 22 2F
Octal 140 241 117 50 0 63 45 154 42 57
Binary 1100000 10100001 1001111 101000 0 110011 100101 1101100 100010 101111

Color Harmonies of #60A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A14F

Black with #60A14F

Text Example


Text Example

White with #60A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,161,79); }

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

background-color css

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

 a { background-color: rgb(96,161,79); }

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

border-color css

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

 span { border-color: rgb(96,161,79); }

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