Html Css Color HEX #01905D Shamrock Green

📋 copy color: '#01905D'

red 1 ◦ green 144 ◦ blue 93

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

Shades of Shamrock Green #01905D

Tints of Shamrock Green #01905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 0.42%
G = 60.5%
B = 39.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#01905D (or 0x01905D) is known color: Shamrock Green. HEX triplet: 01, 90 and 5D. RGB value is (1,144,93). Sum of RGB (Red+Green+Blue) = 1+144+93=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #01905D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01905D is #FE6FA2. Grayscale: #5F5F5F. Windows color (decimal): -16674723 or 6131713. OLE color: 6131713.

HSL color Cylindrical-coordinate representation of color #01905D: hue angle of 158.6º 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 #01905D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 93 -
CMYK 0.99 0 0.35 0.44
HSL 158.6º 0.99% 0.28% -
HSV(B) 158.6º 0.99% 0.56% -
XYZ 11.96 20.74 13.73 -
YUV 95.43 126.62 60.65 -
System Red Green Blue C M Y K H S L
Decimal 1 144 93 0.99 0 0.35 0.44 158.6 0.99 0.28
Hex 1 90 5D 63 0 23 2C 9F 63 1C
Octal 1 220 135 143 0 43 54 237 143 34
Binary 1 10010000 1011101 1100011 0 100011 101100 10011111 1100011 11100

Color Harmonies of #01905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01905D

Black with #01905D

Text Example


Text Example

White with #01905D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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