Html Css Color HEX #01BC20 Dark Pastel Green

📋 copy color: '#01BC20'

red 1 ◦ green 188 ◦ blue 32

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

Shades of Dark Pastel Green #01BC20

Tints of Dark Pastel Green #01BC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 0.45%
G = 85.07%
B = 14.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#01BC20 (or 0x01BC20) is known color: Dark Pastel Green. HEX triplet: 01, BC and 20. RGB value is (1,188,32). Sum of RGB (Red+Green+Blue) = 1+188+32=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 188 (73.83% from 255 or 85.07% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC20 is #FE43DF. Grayscale: #727272. Windows color (decimal): -16663520 or 2145281. OLE color: 2145281.

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

Color convert

RGB 1 188 32 -
CMYK 0.99 0 0.83 0.26
HSL 129.95º 0.99% 0.37% -
HSV(B) 129.95º 0.99% 0.74% -
XYZ 18.26 36.08 7.37 -
YUV 114.3 81.55 47.18 -
System Red Green Blue C M Y K H S L
Decimal 1 188 32 0.99 0 0.83 0.26 129.95 0.99 0.37
Hex 1 BC 20 63 0 53 1A 82 63 25
Octal 1 274 40 143 0 123 32 202 143 45
Binary 1 10111100 100000 1100011 0 1010011 11010 10000010 1100011 100101

Color Harmonies of #01BC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC20

Black with #01BC20

Text Example


Text Example

White with #01BC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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