Html Css Color HEX #01B051 Pigment Green

📋 copy color: '#01B051'

red 1 ◦ green 176 ◦ blue 81

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

Shades of Pigment Green #01B051

Tints of Pigment Green #01B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 68.22%

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 0.39%
G = 68.22%
B = 31.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#01B051 (or 0x01B051) is known color: Pigment Green. HEX triplet: 01, B0 and 51. RGB value is (1,176,81). Sum of RGB (Red+Green+Blue) = 1+176+81=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #01B051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B051 is #FE4FAE. Grayscale: #717171. Windows color (decimal): -16666543 or 5353473. OLE color: 5353473.

HSL color Cylindrical-coordinate representation of color #01B051: hue angle of 147.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B051 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 176 81 -
CMYK 0.99 0 0.54 0.31
HSL 147.43º 0.99% 0.35% -
HSV(B) 147.43º 0.99% 0.69% -
XYZ 17.02 31.65 13 -
YUV 112.85 110.02 48.22 -
System Red Green Blue C M Y K H S L
Decimal 1 176 81 0.99 0 0.54 0.31 147.43 0.99 0.35
Hex 1 B0 51 63 0 36 1F 93 63 23
Octal 1 260 121 143 0 66 37 223 143 43
Binary 1 10110000 1010001 1100011 0 110110 11111 10010011 1100011 100011

Color Harmonies of #01B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B051

Black with #01B051

Text Example


Text Example

White with #01B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,81); }

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

background-color css

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

 a { background-color: rgb(1,176,81); }

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

border-color css

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

 span { border-color: rgb(1,176,81); }

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