Html Css Color HEX #01BB5D Pigment Green

📋 copy color: '#01BB5D'

red 1 ◦ green 187 ◦ blue 93

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

Shades of Pigment Green #01BB5D

Tints of Pigment Green #01BB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 66.55%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 0.36%
G = 66.55%
B = 33.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#01BB5D (or 0x01BB5D) is known color: Pigment Green. HEX triplet: 01, BB and 5D. RGB value is (1,187,93). Sum of RGB (Red+Green+Blue) = 1+187+93=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB5D is #FE44A2. Grayscale: #787878. Windows color (decimal): -16663715 or 6142721. OLE color: 6142721.

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

Color convert

RGB 1 187 93 -
CMYK 0.99 0 0.50 0.27
HSL 149.68º 0.99% 0.37% -
HSV(B) 149.68º 0.99% 0.73% -
XYZ 19.76 36.34 16.33 -
YUV 120.67 112.38 42.64 -
System Red Green Blue C M Y K H S L
Decimal 1 187 93 0.99 0 0.50 0.27 149.68 0.99 0.37
Hex 1 BB 5D 63 0 32 1B 96 63 25
Octal 1 273 135 143 0 62 33 226 143 45
Binary 1 10111011 1011101 1100011 0 110010 11011 10010110 1100011 100101

Color Harmonies of #01BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB5D

Black with #01BB5D

Text Example


Text Example

White with #01BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,93); }

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

background-color css

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

 a { background-color: rgb(1,187,93); }

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

border-color css

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

 span { border-color: rgb(1,187,93); }

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