Html Css Color HEX #60A248 Apple

📋 copy color: '#60A248'

red 96 ◦ green 162 ◦ blue 72

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

Shades of Apple #60A248

Tints of Apple #60A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.09%

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 29.09%
G = 49.09%
B = 21.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#60A248 (or 0x60A248) is known color: Apple. HEX triplet: 60, A2 and 48. RGB value is (96,162,72). Sum of RGB (Red+Green+Blue) = 96+162+72=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #60A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A248 is #9F5DB7. Grayscale: #848484. Windows color (decimal): -10444216 or 4760160. OLE color: 4760160.

HSL color Cylindrical-coordinate representation of color #60A248: hue angle of 104º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A248 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 162 72 -
CMYK 0.41 0 0.56 0.36
HSL 104º 0.38% 0.46% -
HSV(B) 104º 0.56% 0.64% -
XYZ 18.91 28.8 10.69 -
YUV 132.01 94.13 102.32 -
System Red Green Blue C M Y K H S L
Decimal 96 162 72 0.41 0 0.56 0.36 104 0.38 0.46
Hex 60 A2 48 29 0 38 24 68 26 2E
Octal 140 242 110 51 0 70 44 150 46 56
Binary 1100000 10100010 1001000 101001 0 111000 100100 1101000 100110 101110

Color Harmonies of #60A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A248

Black with #60A248

Text Example


Text Example

White with #60A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,162,72); }

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

background-color css

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

 a { background-color: rgb(96,162,72); }

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

border-color css

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

 span { border-color: rgb(96,162,72); }

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