Html Css Color HEX #01965E Shamrock Green

📋 copy color: '#01965E'

red 1 ◦ green 150 ◦ blue 94

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

Shades of Shamrock Green #01965E

Tints of Shamrock Green #01965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.22%

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 0.41%
G = 61.22%
B = 38.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#01965E (or 0x01965E) is known color: Shamrock Green. HEX triplet: 01, 96 and 5E. RGB value is (1,150,94). Sum of RGB (Red+Green+Blue) = 1+150+94=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #01965E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01965E is #FE69A1. Grayscale: #636363. Windows color (decimal): -16673186 or 6198785. OLE color: 6198785.

HSL color Cylindrical-coordinate representation of color #01965E: hue angle of 157.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01965E is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 94 -
CMYK 0.99 0 0.37 0.41
HSL 157.45º 0.99% 0.3% -
HSV(B) 157.45º 0.99% 0.59% -
XYZ 12.94 22.63 14.28 -
YUV 99.07 125.14 58.05 -
System Red Green Blue C M Y K H S L
Decimal 1 150 94 0.99 0 0.37 0.41 157.45 0.99 0.3
Hex 1 96 5E 63 0 25 29 9D 63 1E
Octal 1 226 136 143 0 45 51 235 143 36
Binary 1 10010110 1011110 1100011 0 100101 101001 10011101 1100011 11110

Color Harmonies of #01965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01965E

Black with #01965E

Text Example


Text Example

White with #01965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01965E; }

 p { color: rgb(1,150,94); }

 H1.HeaderClassName
 {
   color: #01965E;
 }
 .AnyTagClassName
 {
   color: #01965E;
 }
</style>

background-color css

<style>
 a { background-color: #01965E; }

 a { background-color: rgb(1,150,94); }

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

border-color css

<style>
 span { border-color: #01965E; }

 span { border-color: rgb(1,150,94); }

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