Html Css Color HEX #009155 Shamrock Green

📋 copy color: '#009155'

red 0 ◦ green 145 ◦ blue 85

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

Shades of Shamrock Green #009155

Tints of Shamrock Green #009155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.96%

R = 0%
G = 63.04%
B = 36.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#009155 (or 0x009155) is known color: Shamrock Green. HEX triplet: 00, 91 and 55. RGB value is (0,145,85). Sum of RGB (Red+Green+Blue) = 0+145+85=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #009155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009155 is #FF6EAA. Grayscale: #5E5E5E. Windows color (decimal): -16740011 or 5607680. OLE color: 5607680.

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

Color convert

RGB 0 145 85 -
CMYK 1 0 0.41 0.43
HSL 155.17º 1% 0.28% -
HSV(B) 155.17º 1% 0.57% -
XYZ 11.77 20.91 12.01 -
YUV 94.81 122.46 60.38 -
System Red Green Blue C M Y K H S L
Decimal 0 145 85 1 0 0.41 0.43 155.17 1 0.28
Hex 0 91 55 64 0 29 2B 9B 64 1C
Octal 0 221 125 144 0 51 53 233 144 34
Binary 0 10010001 1010101 1100100 0 101001 101011 10011011 1100100 11100

Color Harmonies of #009155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009155

Black with #009155

Text Example


Text Example

White with #009155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009155; }

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

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

background-color css

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

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

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

border-color css

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

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

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