Html Css Color HEX #01965F Shamrock Green

📋 copy color: '#01965F'

red 1 ◦ green 150 ◦ blue 95

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

Shades of Shamrock Green #01965F

Tints of Shamrock Green #01965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 0.41%
G = 60.98%
B = 38.62%

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

#01965F (or 0x01965F) is known color: Shamrock Green. HEX triplet: 01, 96 and 5F. RGB value is (1,150,95). Sum of RGB (Red+Green+Blue) = 1+150+95=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #01965F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01965F is #FE69A0. Grayscale: #636363. Windows color (decimal): -16673185 or 6264321. OLE color: 6264321.

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

Color convert

RGB 1 150 95 -
CMYK 0.99 0 0.37 0.41
HSL 157.85º 0.99% 0.3% -
HSV(B) 157.85º 0.99% 0.59% -
XYZ 12.98 22.65 14.51 -
YUV 99.18 125.64 57.97 -
System Red Green Blue C M Y K H S L
Decimal 1 150 95 0.99 0 0.37 0.41 157.85 0.99 0.3
Hex 1 96 5F 63 0 25 29 9E 63 1E
Octal 1 226 137 143 0 45 51 236 143 36
Binary 1 10010110 1011111 1100011 0 100101 101001 10011110 1100011 11110

Color Harmonies of #01965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01965F

Black with #01965F

Text Example


Text Example

White with #01965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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