Html Css Color HEX #01905B Shamrock Green

📋 copy color: '#01905B'

red 1 ◦ green 144 ◦ blue 91

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

Shades of Shamrock Green #01905B

Tints of Shamrock Green #01905B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.02%

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

R = 0.42%
G = 61.02%
B = 38.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#01905B (or 0x01905B) is known color: Shamrock Green. HEX triplet: 01, 90 and 5B. RGB value is (1,144,91). Sum of RGB (Red+Green+Blue) = 1+144+91=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #01905B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01905B is #FE6FA4. Grayscale: #5F5F5F. Windows color (decimal): -16674725 or 6000641. OLE color: 6000641.

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

Color convert

RGB 1 144 91 -
CMYK 0.99 0 0.37 0.44
HSL 157.76º 0.99% 0.28% -
HSV(B) 157.76º 0.99% 0.56% -
XYZ 11.87 20.71 13.27 -
YUV 95.2 125.62 60.81 -
System Red Green Blue C M Y K H S L
Decimal 1 144 91 0.99 0 0.37 0.44 157.76 0.99 0.28
Hex 1 90 5B 63 0 25 2C 9E 63 1C
Octal 1 220 133 143 0 45 54 236 143 34
Binary 1 10010000 1011011 1100011 0 100101 101100 10011110 1100011 11100

Color Harmonies of #01905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01905B

Black with #01905B

Text Example


Text Example

White with #01905B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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