Html Css Color HEX #00995C Shamrock Green

📋 copy color: '#00995C'

red 0 ◦ green 153 ◦ blue 92

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

Shades of Shamrock Green #00995C

Tints of Shamrock Green #00995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 0%
G = 62.45%
B = 37.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#00995C (or 0x00995C) is known color: Shamrock Green. HEX triplet: 00, 99 and 5C. RGB value is (0,153,92). Sum of RGB (Red+Green+Blue) = 0+153+92=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #00995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995C is #FF66A3. Grayscale: #646464. Windows color (decimal): -16737956 or 6068480. OLE color: 6068480.

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

Color convert

RGB 0 153 92 -
CMYK 1 0 0.40 0.4
HSL 156.08º 1% 0.3% -
HSV(B) 156.08º 1% 0.6% -
XYZ 13.32 23.56 13.97 -
YUV 100.3 123.31 56.46 -
System Red Green Blue C M Y K H S L
Decimal 0 153 92 1 0 0.40 0.4 156.08 1 0.3
Hex 0 99 5C 64 0 28 28 9C 64 1E
Octal 0 231 134 144 0 50 50 234 144 36
Binary 0 10011001 1011100 1100100 0 101000 101000 10011100 1100100 11110

Color Harmonies of #00995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00995C

Black with #00995C

Text Example


Text Example

White with #00995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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