Html Css Color HEX #60AF3D Apple

📋 copy color: '#60AF3D'

red 96 ◦ green 175 ◦ blue 61

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

Shades of Apple #60AF3D

Tints of Apple #60AF3D

RGB

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

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

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

R = 28.92%
G = 52.71%
B = 18.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#60AF3D (or 0x60AF3D) is known color: Apple. HEX triplet: 60, AF and 3D. RGB value is (96,175,61). Sum of RGB (Red+Green+Blue) = 96+175+61=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF3D is #9F50C2. Grayscale: #8A8A8A. Windows color (decimal): -10440899 or 4042592. OLE color: 4042592.

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

Color convert

RGB 96 175 61 -
CMYK 0.45 0 0.65 0.31
HSL 101.58º 0.48% 0.46% -
HSV(B) 101.58º 0.65% 0.69% -
XYZ 21 33.48 9.77 -
YUV 138.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 96 175 61 0.45 0 0.65 0.31 101.58 0.48 0.46
Hex 60 AF 3D 2D 0 41 1F 66 30 2E
Octal 140 257 75 55 0 101 37 146 60 56
Binary 1100000 10101111 111101 101101 0 1000001 11111 1100110 110000 101110

Color Harmonies of #60AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AF3D

Black with #60AF3D

Text Example


Text Example

White with #60AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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