Html Css Color HEX #01BC5A Pigment Green

📋 copy color: '#01BC5A'

red 1 ◦ green 188 ◦ blue 90

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

Shades of Pigment Green #01BC5A

Tints of Pigment Green #01BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.38%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 0.36%
G = 67.38%
B = 32.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#01BC5A (or 0x01BC5A) is known color: Pigment Green. HEX triplet: 01, BC and 5A. RGB value is (1,188,90). Sum of RGB (Red+Green+Blue) = 1+188+90=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC5A is #FE43A5. Grayscale: #797979. Windows color (decimal): -16663462 or 5946369. OLE color: 5946369.

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

Color convert

RGB 1 188 90 -
CMYK 0.99 0 0.52 0.26
HSL 148.56º 0.99% 0.37% -
HSV(B) 148.56º 0.99% 0.74% -
XYZ 19.84 36.71 15.71 -
YUV 120.92 110.55 42.47 -
System Red Green Blue C M Y K H S L
Decimal 1 188 90 0.99 0 0.52 0.26 148.56 0.99 0.37
Hex 1 BC 5A 63 0 34 1A 95 63 25
Octal 1 274 132 143 0 64 32 225 143 45
Binary 1 10111100 1011010 1100011 0 110100 11010 10010101 1100011 100101

Color Harmonies of #01BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC5A

Black with #01BC5A

Text Example


Text Example

White with #01BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,90); }

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

background-color css

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

 a { background-color: rgb(1,188,90); }

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

border-color css

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

 span { border-color: rgb(1,188,90); }

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