Html Css Color HEX #00965E Shamrock Green

📋 copy color: '#00965E'

red 0 ◦ green 150 ◦ blue 94

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

Shades of Shamrock Green #00965E

Tints of Shamrock Green #00965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.48%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 0%
G = 61.48%
B = 38.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#00965E (or 0x00965E) is known color: Shamrock Green. HEX triplet: 00, 96 and 5E. RGB value is (0,150,94). Sum of RGB (Red+Green+Blue) = 0+150+94=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #00965E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00965E is #FF69A1. Grayscale: #626262. Windows color (decimal): -16738722 or 6198784. OLE color: 6198784.

HSL color Cylindrical-coordinate representation of color #00965E: hue angle of 157.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00965E is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 94 -
CMYK 1 0 0.37 0.41
HSL 157.6º 1% 0.29% -
HSV(B) 157.6º 1% 0.59% -
XYZ 12.93 22.62 14.27 -
YUV 98.77 125.31 57.55 -
System Red Green Blue C M Y K H S L
Decimal 0 150 94 1 0 0.37 0.41 157.6 1 0.29
Hex 0 96 5E 64 0 25 29 9E 64 1D
Octal 0 226 136 144 0 45 51 236 144 35
Binary 0 10010110 1011110 1100100 0 100101 101001 10011110 1100100 11101

Color Harmonies of #00965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00965E

Black with #00965E

Text Example


Text Example

White with #00965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00965E; }

 p { color: rgb(0,150,94); }

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

background-color css

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

 a { background-color: rgb(0,150,94); }

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

border-color css

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

 span { border-color: rgb(0,150,94); }

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