Html Css Color HEX #01985A Shamrock Green

📋 copy color: '#01985A'

red 1 ◦ green 152 ◦ blue 90

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

Shades of Shamrock Green #01985A

Tints of Shamrock Green #01985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.55%

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 0.41%
G = 62.55%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#01985A (or 0x01985A) is known color: Shamrock Green. HEX triplet: 01, 98 and 5A. RGB value is (1,152,90). Sum of RGB (Red+Green+Blue) = 1+152+90=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #01985A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01985A is #FE67A5. Grayscale: #636363. Windows color (decimal): -16672678 or 5937153. OLE color: 5937153.

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

Color convert

RGB 1 152 90 -
CMYK 0.99 0 0.41 0.40
HSL 155.36º 0.99% 0.3% -
HSV(B) 155.36º 0.99% 0.6% -
XYZ 13.09 23.2 13.46 -
YUV 99.78 122.47 57.54 -
System Red Green Blue C M Y K H S L
Decimal 1 152 90 0.99 0 0.41 0.40 155.36 0.99 0.3
Hex 1 98 5A 63 0 29 28 9B 63 1E
Octal 1 230 132 143 0 51 50 233 143 36
Binary 1 10011000 1011010 1100011 0 101001 101000 10011011 1100011 11110

Color Harmonies of #01985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01985A

Black with #01985A

Text Example


Text Example

White with #01985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01985A; }

 p { color: rgb(1,152,90); }

 H1.HeaderClassName
 {
   color: #01985A;
 }
 .AnyTagClassName
 {
   color: #01985A;
 }
</style>

background-color css

<style>
 a { background-color: #01985A; }

 a { background-color: rgb(1,152,90); }

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

border-color css

<style>
 span { border-color: #01985A; }

 span { border-color: rgb(1,152,90); }

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