Html Css Color HEX #00915C Shamrock Green

📋 copy color: '#00915C'

red 0 ◦ green 145 ◦ blue 92

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

Shades of Shamrock Green #00915C

Tints of Shamrock Green #00915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.18%

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

R = 0%
G = 61.18%
B = 38.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#00915C (or 0x00915C) is known color: Shamrock Green. HEX triplet: 00, 91 and 5C. RGB value is (0,145,92). Sum of RGB (Red+Green+Blue) = 0+145+92=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #00915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00915C is #FF6EA3. Grayscale: #5F5F5F. Windows color (decimal): -16740004 or 6066432. OLE color: 6066432.

HSL color Cylindrical-coordinate representation of color #00915C: hue angle of 158.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00915C is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 92 -
CMYK 1 0 0.37 0.43
HSL 158.07º 1% 0.28% -
HSV(B) 158.07º 1% 0.57% -
XYZ 12.06 21.02 13.55 -
YUV 95.6 125.96 59.81 -
System Red Green Blue C M Y K H S L
Decimal 0 145 92 1 0 0.37 0.43 158.07 1 0.28
Hex 0 91 5C 64 0 25 2B 9E 64 1C
Octal 0 221 134 144 0 45 53 236 144 34
Binary 0 10010001 1011100 1100100 0 100101 101011 10011110 1100100 11100

Color Harmonies of #00915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00915C

Black with #00915C

Text Example


Text Example

White with #00915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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