Html Css Color HEX #01905C Shamrock Green

📋 copy color: '#01905C'

red 1 ◦ green 144 ◦ blue 92

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

Shades of Shamrock Green #01905C

Tints of Shamrock Green #01905C

RGB

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

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

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

R = 0.42%
G = 60.76%
B = 38.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#01905C (or 0x01905C) is known color: Shamrock Green. HEX triplet: 01, 90 and 5C. RGB value is (1,144,92). Sum of RGB (Red+Green+Blue) = 1+144+92=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #01905C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01905C is #FE6FA3. Grayscale: #5F5F5F. Windows color (decimal): -16674724 or 6066177. OLE color: 6066177.

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

Color convert

RGB 1 144 92 -
CMYK 0.99 0 0.36 0.44
HSL 158.18º 0.99% 0.28% -
HSV(B) 158.18º 0.99% 0.56% -
XYZ 11.92 20.73 13.5 -
YUV 95.32 126.12 60.73 -
System Red Green Blue C M Y K H S L
Decimal 1 144 92 0.99 0 0.36 0.44 158.18 0.99 0.28
Hex 1 90 5C 63 0 24 2C 9E 63 1C
Octal 1 220 134 143 0 44 54 236 143 34
Binary 1 10010000 1011100 1100011 0 100100 101100 10011110 1100011 11100

Color Harmonies of #01905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01905C

Black with #01905C

Text Example


Text Example

White with #01905C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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