Html Css Color HEX #01BA5B Pigment Green

📋 copy color: '#01BA5B'

red 1 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #01BA5B

Tints of Pigment Green #01BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.91%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 0.36%
G = 66.91%
B = 32.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#01BA5B (or 0x01BA5B) is known color: Pigment Green. HEX triplet: 01, BA and 5B. RGB value is (1,186,91). Sum of RGB (Red+Green+Blue) = 1+186+91=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA5B is #FE45A4. Grayscale: #787878. Windows color (decimal): -16663973 or 6011393. OLE color: 6011393.

HSL color Cylindrical-coordinate representation of color #01BA5B: hue angle of 149.19º 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 #01BA5B is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 186 91 -
CMYK 0.99 0 0.51 0.27
HSL 149.19º 0.99% 0.37% -
HSV(B) 149.19º 0.99% 0.73% -
XYZ 19.46 35.88 15.8 -
YUV 119.86 111.71 43.22 -
System Red Green Blue C M Y K H S L
Decimal 1 186 91 0.99 0 0.51 0.27 149.19 0.99 0.37
Hex 1 BA 5B 63 0 33 1B 95 63 25
Octal 1 272 133 143 0 63 33 225 143 45
Binary 1 10111010 1011011 1100011 0 110011 11011 10010101 1100011 100101

Color Harmonies of #01BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA5B

Black with #01BA5B

Text Example


Text Example

White with #01BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,186,91); }

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

background-color css

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

 a { background-color: rgb(1,186,91); }

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

border-color css

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

 span { border-color: rgb(1,186,91); }

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