Html Css Color HEX #01B558 Pigment Green

📋 copy color: '#01B558'

red 1 ◦ green 181 ◦ blue 88

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

Shades of Pigment Green #01B558

Tints of Pigment Green #01B558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 67.04%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 0.37%
G = 67.04%
B = 32.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#01B558 (or 0x01B558) is known color: Pigment Green. HEX triplet: 01, B5 and 58. RGB value is (1,181,88). Sum of RGB (Red+Green+Blue) = 1+181+88=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #01B558 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B558 is #FE4AA7. Grayscale: #747474. Windows color (decimal): -16665256 or 5813505. OLE color: 5813505.

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

Color convert

RGB 1 181 88 -
CMYK 0.99 0 0.51 0.29
HSL 149º 0.99% 0.36% -
HSV(B) 149º 0.99% 0.71% -
XYZ 18.3 33.76 14.78 -
YUV 116.58 111.87 45.56 -
System Red Green Blue C M Y K H S L
Decimal 1 181 88 0.99 0 0.51 0.29 149 0.99 0.36
Hex 1 B5 58 63 0 33 1D 95 63 24
Octal 1 265 130 143 0 63 35 225 143 44
Binary 1 10110101 1011000 1100011 0 110011 11101 10010101 1100011 100100

Color Harmonies of #01B558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B558

Black with #01B558

Text Example


Text Example

White with #01B558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,88); }

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

background-color css

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

 a { background-color: rgb(1,181,88); }

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

border-color css

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

 span { border-color: rgb(1,181,88); }

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