Html Css Color HEX #009965 Shamrock Green

📋 copy color: '#009965'

red 0 ◦ green 153 ◦ blue 101

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

Shades of Shamrock Green #009965

Tints of Shamrock Green #009965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 0%
G = 60.24%
B = 39.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#009965 (or 0x009965) is known color: Shamrock Green. HEX triplet: 00, 99 and 65. RGB value is (0,153,101). Sum of RGB (Red+Green+Blue) = 0+153+101=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #009965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009965 is #FF669A. Grayscale: #656565. Windows color (decimal): -16737947 or 6658304. OLE color: 6658304.

HSL color Cylindrical-coordinate representation of color #009965: hue angle of 159.61º 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 #009965 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 101 -
CMYK 1 0 0.34 0.4
HSL 159.61º 1% 0.3% -
HSV(B) 159.61º 1% 0.6% -
XYZ 13.74 23.72 16.17 -
YUV 101.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 0 153 101 1 0 0.34 0.4 159.61 1 0.3
Hex 0 99 65 64 0 22 28 A0 64 1E
Octal 0 231 145 144 0 42 50 240 144 36
Binary 0 10011001 1100101 1100100 0 100010 101000 10100000 1100100 11110

Color Harmonies of #009965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009965

Black with #009965

Text Example


Text Example

White with #009965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009965; }

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

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

background-color css

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

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

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

border-color css

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

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

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