Html Css Color HEX #01C059 Pigment Green

📋 copy color: '#01C059'

red 1 ◦ green 192 ◦ blue 89

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

Shades of Pigment Green #01C059

Tints of Pigment Green #01C059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 0.35%
G = 68.09%
B = 31.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#01C059 (or 0x01C059) is known color: Pigment Green. HEX triplet: 01, C0 and 59. RGB value is (1,192,89). Sum of RGB (Red+Green+Blue) = 1+192+89=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #01C059 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C059 is #FE3FA6. Grayscale: #7B7B7B. Windows color (decimal): -16662439 or 5881857. OLE color: 5881857.

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

Color convert

RGB 1 192 89 -
CMYK 0.99 0 0.54 0.25
HSL 147.64º 0.99% 0.38% -
HSV(B) 147.64º 0.99% 0.75% -
XYZ 20.67 38.43 15.78 -
YUV 123.15 108.72 40.88 -
System Red Green Blue C M Y K H S L
Decimal 1 192 89 0.99 0 0.54 0.25 147.64 0.99 0.38
Hex 1 C0 59 63 0 36 19 94 63 26
Octal 1 300 131 143 0 66 31 224 143 46
Binary 1 11000000 1011001 1100011 0 110110 11001 10010100 1100011 100110

Color Harmonies of #01C059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C059

Black with #01C059

Text Example


Text Example

White with #01C059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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