Html Css Color HEX #01C056 Pigment Green

📋 copy color: '#01C056'

red 1 ◦ green 192 ◦ blue 86

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

Shades of Pigment Green #01C056

Tints of Pigment Green #01C056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 0.36%
G = 68.82%
B = 30.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#01C056 (or 0x01C056) is known color: Pigment Green. HEX triplet: 01, C0 and 56. RGB value is (1,192,86). Sum of RGB (Red+Green+Blue) = 1+192+86=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #01C056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C056 is #FE3FA9. Grayscale: #7B7B7B. Windows color (decimal): -16662442 or 5685249. OLE color: 5685249.

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

Color convert

RGB 1 192 86 -
CMYK 0.99 0 0.55 0.25
HSL 146.7º 0.99% 0.38% -
HSV(B) 146.7º 0.99% 0.75% -
XYZ 20.54 38.38 15.13 -
YUV 122.81 107.22 41.12 -
System Red Green Blue C M Y K H S L
Decimal 1 192 86 0.99 0 0.55 0.25 146.7 0.99 0.38
Hex 1 C0 56 63 0 37 19 93 63 26
Octal 1 300 126 143 0 67 31 223 143 46
Binary 1 11000000 1010110 1100011 0 110111 11001 10010011 1100011 100110

Color Harmonies of #01C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C056

Black with #01C056

Text Example


Text Example

White with #01C056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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