Html Css Color HEX #01995C Shamrock Green

📋 copy color: '#01995C'

red 1 ◦ green 153 ◦ blue 92

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

Shades of Shamrock Green #01995C

Tints of Shamrock Green #01995C

RGB

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

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

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

R = 0.41%
G = 62.2%
B = 37.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#01995C (or 0x01995C) is known color: Shamrock Green. HEX triplet: 01, 99 and 5C. RGB value is (1,153,92). Sum of RGB (Red+Green+Blue) = 1+153+92=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #01995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01995C is #FE66A3. Grayscale: #646464. Windows color (decimal): -16672420 or 6068481. OLE color: 6068481.

HSL color Cylindrical-coordinate representation of color #01995C: hue angle of 155.92º 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 #01995C is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 92 -
CMYK 0.99 0 0.40 0.4
HSL 155.92º 0.99% 0.3% -
HSV(B) 155.92º 0.99% 0.6% -
XYZ 13.34 23.56 13.97 -
YUV 100.6 123.14 56.96 -
System Red Green Blue C M Y K H S L
Decimal 1 153 92 0.99 0 0.40 0.4 155.92 0.99 0.3
Hex 1 99 5C 63 0 28 28 9C 63 1E
Octal 1 231 134 143 0 50 50 234 143 36
Binary 1 10011001 1011100 1100011 0 101000 101000 10011100 1100011 11110

Color Harmonies of #01995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01995C

Black with #01995C

Text Example


Text Example

White with #01995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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