Html Css Color HEX #60AF4F Apple

📋 copy color: '#60AF4F'

red 96 ◦ green 175 ◦ blue 79

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

Shades of Apple #60AF4F

Tints of Apple #60AF4F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

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

R = 27.43%
G = 50%
B = 22.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#60AF4F (or 0x60AF4F) is known color: Apple. HEX triplet: 60, AF and 4F. RGB value is (96,175,79). Sum of RGB (Red+Green+Blue) = 96+175+79=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF4F is #9F50B0. Grayscale: #8C8C8C. Windows color (decimal): -10440881 or 5222240. OLE color: 5222240.

HSL color Cylindrical-coordinate representation of color #60AF4F: hue angle of 109.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60AF4F is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 175 79 -
CMYK 0.45 0 0.55 0.31
HSL 109.38º 0.38% 0.5% -
HSV(B) 109.38º 0.55% 0.69% -
XYZ 21.57 33.71 12.77 -
YUV 140.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 96 175 79 0.45 0 0.55 0.31 109.38 0.38 0.5
Hex 60 AF 4F 2D 0 37 1F 6D 26 32
Octal 140 257 117 55 0 67 37 155 46 62
Binary 1100000 10101111 1001111 101101 0 110111 11111 1101101 100110 110010

Color Harmonies of #60AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AF4F

Black with #60AF4F

Text Example


Text Example

White with #60AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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