Html Css Color HEX #01C058 Pigment Green

📋 copy color: '#01C058'

red 1 ◦ green 192 ◦ blue 88

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

Shades of Pigment Green #01C058

Tints of Pigment Green #01C058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 0.36%
G = 68.33%
B = 31.32%

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

#01C058 (or 0x01C058) is known color: Pigment Green. HEX triplet: 01, C0 and 58. RGB value is (1,192,88). Sum of RGB (Red+Green+Blue) = 1+192+88=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #01C058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C058 is #FE3FA7. Grayscale: #7B7B7B. Windows color (decimal): -16662440 or 5816321. OLE color: 5816321.

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

Color convert

RGB 1 192 88 -
CMYK 0.99 0 0.54 0.25
HSL 147.33º 0.99% 0.38% -
HSV(B) 147.33º 0.99% 0.75% -
XYZ 20.62 38.41 15.56 -
YUV 123.04 108.22 40.96 -
System Red Green Blue C M Y K H S L
Decimal 1 192 88 0.99 0 0.54 0.25 147.33 0.99 0.38
Hex 1 C0 58 63 0 36 19 93 63 26
Octal 1 300 130 143 0 66 31 223 143 46
Binary 1 11000000 1011000 1100011 0 110110 11001 10010011 1100011 100110

Color Harmonies of #01C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C058

Black with #01C058

Text Example


Text Example

White with #01C058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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