Html Css Color HEX #009960 Shamrock Green

📋 copy color: '#009960'

red 0 ◦ green 153 ◦ blue 96

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

Shades of Shamrock Green #009960

Tints of Shamrock Green #009960

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 61.45%
B = 38.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#009960 (or 0x009960) is known color: Shamrock Green. HEX triplet: 00, 99 and 60. RGB value is (0,153,96). Sum of RGB (Red+Green+Blue) = 0+153+96=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #009960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009960 is #FF669F. Grayscale: #646464. Windows color (decimal): -16737952 or 6330624. OLE color: 6330624.

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

Color convert

RGB 0 153 96 -
CMYK 1 0 0.37 0.4
HSL 157.65º 1% 0.3% -
HSV(B) 157.65º 1% 0.6% -
XYZ 13.5 23.63 14.92 -
YUV 100.76 125.31 56.13 -
System Red Green Blue C M Y K H S L
Decimal 0 153 96 1 0 0.37 0.4 157.65 1 0.3
Hex 0 99 60 64 0 25 28 9E 64 1E
Octal 0 231 140 144 0 45 50 236 144 36
Binary 0 10011001 1100000 1100100 0 100101 101000 10011110 1100100 11110

Color Harmonies of #009960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009960

Black with #009960

Text Example


Text Example

White with #009960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009960; }

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

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

background-color css

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

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

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

border-color css

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

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

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