Html Css Color HEX #00915A Shamrock Green

📋 copy color: '#00915A'

red 0 ◦ green 145 ◦ blue 90

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

Shades of Shamrock Green #00915A

Tints of Shamrock Green #00915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 0%
G = 61.7%
B = 38.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#00915A (or 0x00915A) is known color: Shamrock Green. HEX triplet: 00, 91 and 5A. RGB value is (0,145,90). Sum of RGB (Red+Green+Blue) = 0+145+90=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #00915A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00915A is #FF6EA5. Grayscale: #5F5F5F. Windows color (decimal): -16740006 or 5935360. OLE color: 5935360.

HSL color Cylindrical-coordinate representation of color #00915A: hue angle of 157.24º 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 #00915A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 90 -
CMYK 1 0 0.38 0.43
HSL 157.24º 1% 0.28% -
HSV(B) 157.24º 1% 0.57% -
XYZ 11.97 20.99 13.09 -
YUV 95.38 124.96 59.97 -
System Red Green Blue C M Y K H S L
Decimal 0 145 90 1 0 0.38 0.43 157.24 1 0.28
Hex 0 91 5A 64 0 26 2B 9D 64 1C
Octal 0 221 132 144 0 46 53 235 144 34
Binary 0 10010001 1011010 1100100 0 100110 101011 10011101 1100100 11100

Color Harmonies of #00915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00915A

Black with #00915A

Text Example


Text Example

White with #00915A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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