Html Css Color HEX #01BD5D Pigment Green

📋 copy color: '#01BD5D'

red 1 ◦ green 189 ◦ blue 93

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

Shades of Pigment Green #01BD5D

Tints of Pigment Green #01BD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.78%

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

R = 0.35%
G = 66.78%
B = 32.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#01BD5D (or 0x01BD5D) is known color: Pigment Green. HEX triplet: 01, BD and 5D. RGB value is (1,189,93). Sum of RGB (Red+Green+Blue) = 1+189+93=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD5D is #FE42A2. Grayscale: #7A7A7A. Windows color (decimal): -16663203 or 6143233. OLE color: 6143233.

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

Color convert

RGB 1 189 93 -
CMYK 0.99 0 0.51 0.26
HSL 149.36º 0.99% 0.37% -
HSV(B) 149.36º 0.99% 0.74% -
XYZ 20.19 37.19 16.47 -
YUV 121.84 111.72 41.81 -
System Red Green Blue C M Y K H S L
Decimal 1 189 93 0.99 0 0.51 0.26 149.36 0.99 0.37
Hex 1 BD 5D 63 0 33 1A 95 63 25
Octal 1 275 135 143 0 63 32 225 143 45
Binary 1 10111101 1011101 1100011 0 110011 11010 10010101 1100011 100101

Color Harmonies of #01BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BD5D

Black with #01BD5D

Text Example


Text Example

White with #01BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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