Html Css Color HEX #60AA34 Apple

📋 copy color: '#60AA34'

red 96 ◦ green 170 ◦ blue 52

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

Shades of Apple #60AA34

Tints of Apple #60AA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.46%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 30.19%
G = 53.46%
B = 16.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#60AA34 (or 0x60AA34) is known color: Apple. HEX triplet: 60, AA and 34. RGB value is (96,170,52). Sum of RGB (Red+Green+Blue) = 96+170+52=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA34 is #9F55CB. Grayscale: #868686. Windows color (decimal): -10442188 or 3451488. OLE color: 3451488.

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

Color convert

RGB 96 170 52 -
CMYK 0.44 0 0.69 0.33
HSL 97.63º 0.53% 0.44% -
HSV(B) 97.63º 0.69% 0.67% -
XYZ 19.82 31.48 8.28 -
YUV 134.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 96 170 52 0.44 0 0.69 0.33 97.63 0.53 0.44
Hex 60 AA 34 2C 0 45 21 62 35 2C
Octal 140 252 64 54 0 105 41 142 65 54
Binary 1100000 10101010 110100 101100 0 1000101 100001 1100010 110101 101100

Color Harmonies of #60AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA34

Black with #60AA34

Text Example


Text Example

White with #60AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,52); }

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

background-color css

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

 a { background-color: rgb(96,170,52); }

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

border-color css

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

 span { border-color: rgb(96,170,52); }

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