Html Css Color HEX #01915B Shamrock Green

📋 copy color: '#01915B'

red 1 ◦ green 145 ◦ blue 91

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

Shades of Shamrock Green #01915B

Tints of Shamrock Green #01915B

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

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

R = 0.42%
G = 61.18%
B = 38.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#01915B (or 0x01915B) is known color: Shamrock Green. HEX triplet: 01, 91 and 5B. RGB value is (1,145,91). Sum of RGB (Red+Green+Blue) = 1+145+91=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #01915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01915B is #FE6EA4. Grayscale: #5F5F5F. Windows color (decimal): -16674469 or 6000897. OLE color: 6000897.

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

Color convert

RGB 1 145 91 -
CMYK 0.99 0 0.37 0.43
HSL 157.5º 0.99% 0.29% -
HSV(B) 157.5º 0.99% 0.57% -
XYZ 12.03 21.01 13.32 -
YUV 95.79 125.29 60.39 -
System Red Green Blue C M Y K H S L
Decimal 1 145 91 0.99 0 0.37 0.43 157.5 0.99 0.29
Hex 1 91 5B 63 0 25 2B 9E 63 1D
Octal 1 221 133 143 0 45 53 236 143 35
Binary 1 10010001 1011011 1100011 0 100101 101011 10011110 1100011 11101

Color Harmonies of #01915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01915B

Black with #01915B

Text Example


Text Example

White with #01915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,145,91); }

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

background-color css

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

 a { background-color: rgb(1,145,91); }

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

border-color css

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

 span { border-color: rgb(1,145,91); }

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