Html Css Color HEX #00975E Shamrock Green

📋 copy color: '#00975E'

red 0 ◦ green 151 ◦ blue 94

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

Shades of Shamrock Green #00975E

Tints of Shamrock Green #00975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 61.63%

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

R = 0%
G = 61.63%
B = 38.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#00975E (or 0x00975E) is known color: Shamrock Green. HEX triplet: 00, 97 and 5E. RGB value is (0,151,94). Sum of RGB (Red+Green+Blue) = 0+151+94=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #00975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00975E is #FF68A1. Grayscale: #636363. Windows color (decimal): -16738466 or 6199040. OLE color: 6199040.

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

Color convert

RGB 0 151 94 -
CMYK 1 0 0.38 0.41
HSL 157.35º 1% 0.3% -
HSV(B) 157.35º 1% 0.59% -
XYZ 13.09 22.94 14.33 -
YUV 99.35 124.97 57.13 -
System Red Green Blue C M Y K H S L
Decimal 0 151 94 1 0 0.38 0.41 157.35 1 0.3
Hex 0 97 5E 64 0 26 29 9D 64 1E
Octal 0 227 136 144 0 46 51 235 144 36
Binary 0 10010111 1011110 1100100 0 100110 101001 10011101 1100100 11110

Color Harmonies of #00975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00975E

Black with #00975E

Text Example


Text Example

White with #00975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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