Html Css Color HEX #01B959 Pigment Green

📋 copy color: '#01B959'

red 1 ◦ green 185 ◦ blue 89

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

Shades of Pigment Green #01B959

Tints of Pigment Green #01B959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.27%

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 0.36%
G = 67.27%
B = 32.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#01B959 (or 0x01B959) is known color: Pigment Green. HEX triplet: 01, B9 and 59. RGB value is (1,185,89). Sum of RGB (Red+Green+Blue) = 1+185+89=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 185 (72.66% from 255 or 67.27% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 185 - color contains mainly: green. Hex color #01B959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B959 is #FE46A6. Grayscale: #777777. Windows color (decimal): -16664231 or 5880065. OLE color: 5880065.

HSL color Cylindrical-coordinate representation of color #01B959: hue angle of 148.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B959 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 89 -
CMYK 0.99 0 0.52 0.27
HSL 148.7º 0.99% 0.36% -
HSV(B) 148.7º 0.99% 0.73% -
XYZ 19.16 35.43 15.28 -
YUV 119.04 111.04 43.81 -
System Red Green Blue C M Y K H S L
Decimal 1 185 89 0.99 0 0.52 0.27 148.7 0.99 0.36
Hex 1 B9 59 63 0 34 1B 95 63 24
Octal 1 271 131 143 0 64 33 225 143 44
Binary 1 10111001 1011001 1100011 0 110100 11011 10010101 1100011 100100

Color Harmonies of #01B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B959

Black with #01B959

Text Example


Text Example

White with #01B959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B959; }

 p { color: rgb(1,185,89); }

 H1.HeaderClassName
 {
   color: #01B959;
 }
 .AnyTagClassName
 {
   color: #01B959;
 }
</style>

background-color css

<style>
 a { background-color: #01B959; }

 a { background-color: rgb(1,185,89); }

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

border-color css

<style>
 span { border-color: #01B959; }

 span { border-color: rgb(1,185,89); }

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