Html Css Color HEX #01995B Shamrock Green

📋 copy color: '#01995B'

red 1 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #01995B

Tints of Shamrock Green #01995B

RGB

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

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

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

R = 0.41%
G = 62.45%
B = 37.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#01995B (or 0x01995B) is known color: Shamrock Green. HEX triplet: 01, 99 and 5B. RGB value is (1,153,91). Sum of RGB (Red+Green+Blue) = 1+153+91=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #01995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01995B is #FE66A4. Grayscale: #646464. Windows color (decimal): -16672421 or 6002945. OLE color: 6002945.

HSL color Cylindrical-coordinate representation of color #01995B: hue angle of 155.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01995B is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 91 -
CMYK 0.99 0 0.41 0.4
HSL 155.53º 0.99% 0.3% -
HSV(B) 155.53º 0.99% 0.6% -
XYZ 13.29 23.54 13.74 -
YUV 100.48 122.64 57.04 -
System Red Green Blue C M Y K H S L
Decimal 1 153 91 0.99 0 0.41 0.4 155.53 0.99 0.3
Hex 1 99 5B 63 0 29 28 9C 63 1E
Octal 1 231 133 143 0 51 50 234 143 36
Binary 1 10011001 1011011 1100011 0 101001 101000 10011100 1100011 11110

Color Harmonies of #01995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01995B

Black with #01995B

Text Example


Text Example

White with #01995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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