Html Css Color HEX #01C113 Dark Pastel Green

📋 copy color: '#01C113'

red 1 ◦ green 193 ◦ blue 19

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

Shades of Dark Pastel Green #01C113

Tints of Dark Pastel Green #01C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 90.61%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 0.47%
G = 90.61%
B = 8.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#01C113 (or 0x01C113) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 13. RGB value is (1,193,19). Sum of RGB (Red+Green+Blue) = 1+193+19=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 193 (75.78% from 255 or 90.61% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 193 - color contains mainly: green. Hex color #01C113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C113 is #FE3EEC. Grayscale: #747474. Windows color (decimal): -16662253 or 1294593. OLE color: 1294593.

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

Color convert

RGB 1 193 19 -
CMYK 0.99 0 0.90 0.24
HSL 125.63º 0.99% 0.38% -
HSV(B) 125.63º 0.99% 0.76% -
XYZ 19.2 38.19 6.98 -
YUV 115.76 73.39 46.15 -
System Red Green Blue C M Y K H S L
Decimal 1 193 19 0.99 0 0.90 0.24 125.63 0.99 0.38
Hex 1 C1 13 63 0 5A 18 7E 63 26
Octal 1 301 23 143 0 132 30 176 143 46
Binary 1 11000001 10011 1100011 0 1011010 11000 1111110 1100011 100110

Color Harmonies of #01C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C113

Black with #01C113

Text Example


Text Example

White with #01C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,193,19); }

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

background-color css

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

 a { background-color: rgb(1,193,19); }

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

border-color css

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

 span { border-color: rgb(1,193,19); }

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