Html Css Color HEX #0A9960 Shamrock Green

📋 copy color: '#0A9960'

red 10 ◦ green 153 ◦ blue 96

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

Shades of Shamrock Green #0A9960

Tints of Shamrock Green #0A9960

RGB

 RED value IS 10 (4.3% from 255) = 3.86%

 GREEN value IS 153 (60.16% from 255) = 59.07%

 BLUE value IS 96 (37.89% from 255) = 37.07%

R = 3.86%
G = 59.07%
B = 37.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#0A9960 (or 0x0A9960) is known color: Shamrock Green. HEX triplet: 0A, 99 and 60. RGB value is (10,153,96). Sum of RGB (Red+Green+Blue) = 10+153+96=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9960 is #F5669F. Grayscale: #676767. Windows color (decimal): -16082592 or 6330634. OLE color: 6330634.

HSL color Cylindrical-coordinate representation of color #0A9960: hue angle of 156.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9960 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 153 96 -
CMYK 0.93 0 0.37 0.4
HSL 156.08º 0.88% 0.32% -
HSV(B) 156.08º 0.93% 0.6% -
XYZ 13.63 23.69 14.92 -
YUV 103.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 10 153 96 0.93 0 0.37 0.4 156.08 0.88 0.32
Hex A 99 60 5D 0 25 28 9C 58 20
Octal 12 231 140 135 0 45 50 234 130 40
Binary 1010 10011001 1100000 1011101 0 100101 101000 10011100 1011000 100000

Color Harmonies of #0A9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9960

Black with #0A9960

Text Example


Text Example

White with #0A9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9960; }

 p { color: rgb(10,153,96); }

 H1.HeaderClassName
 {
   color: #0A9960;
 }
 .AnyTagClassName
 {
   color: #0A9960;
 }
</style>

background-color css

<style>
 a { background-color: #0A9960; }

 a { background-color: rgb(10,153,96); }

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

border-color css

<style>
 span { border-color: #0A9960; }

 span { border-color: rgb(10,153,96); }

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