Html Css Color HEX #01C05B Pigment Green

📋 copy color: '#01C05B'

red 1 ◦ green 192 ◦ blue 91

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

Shades of Pigment Green #01C05B

Tints of Pigment Green #01C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.61%

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

R = 0.35%
G = 67.61%
B = 32.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#01C05B (or 0x01C05B) is known color: Pigment Green. HEX triplet: 01, C0 and 5B. RGB value is (1,192,91). Sum of RGB (Red+Green+Blue) = 1+192+91=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #01C05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C05B is #FE3FA4. Grayscale: #7B7B7B. Windows color (decimal): -16662437 or 6012929. OLE color: 6012929.

HSL color Cylindrical-coordinate representation of color #01C05B: hue angle of 148.27º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C05B is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 91 -
CMYK 0.99 0 0.53 0.25
HSL 148.27º 0.99% 0.38% -
HSV(B) 148.27º 0.99% 0.75% -
XYZ 20.75 38.46 16.23 -
YUV 123.38 109.72 40.71 -
System Red Green Blue C M Y K H S L
Decimal 1 192 91 0.99 0 0.53 0.25 148.27 0.99 0.38
Hex 1 C0 5B 63 0 35 19 94 63 26
Octal 1 300 133 143 0 65 31 224 143 46
Binary 1 11000000 1011011 1100011 0 110101 11001 10010100 1100011 100110

Color Harmonies of #01C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C05B

Black with #01C05B

Text Example


Text Example

White with #01C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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