Html Css Color HEX #00995B Shamrock Green

📋 copy color: '#00995B'

red 0 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #00995B

Tints of Shamrock Green #00995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 0%
G = 62.7%
B = 37.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#00995B (or 0x00995B) is known color: Shamrock Green. HEX triplet: 00, 99 and 5B. RGB value is (0,153,91). Sum of RGB (Red+Green+Blue) = 0+153+91=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #00995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995B is #FF66A4. Grayscale: #646464. Windows color (decimal): -16737957 or 6002944. OLE color: 6002944.

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

Color convert

RGB 0 153 91 -
CMYK 1 0 0.41 0.4
HSL 155.69º 1% 0.3% -
HSV(B) 155.69º 1% 0.6% -
XYZ 13.28 23.54 13.74 -
YUV 100.19 122.81 56.54 -
System Red Green Blue C M Y K H S L
Decimal 0 153 91 1 0 0.41 0.4 155.69 1 0.3
Hex 0 99 5B 64 0 29 28 9C 64 1E
Octal 0 231 133 144 0 51 50 234 144 36
Binary 0 10011001 1011011 1100100 0 101001 101000 10011100 1100100 11110

Color Harmonies of #00995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00995B

Black with #00995B

Text Example


Text Example

White with #00995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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