Html Css Color HEX #01C117 Dark Pastel Green

📋 copy color: '#01C117'

red 1 ◦ green 193 ◦ blue 23

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

Shades of Dark Pastel Green #01C117

Tints of Dark Pastel Green #01C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.6%

R = 0.46%
G = 88.94%
B = 10.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#01C117 (or 0x01C117) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 17. RGB value is (1,193,23). Sum of RGB (Red+Green+Blue) = 1+193+23=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 193 (75.78% from 255 or 88.94% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 193 - color contains mainly: green. Hex color #01C117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C117 is #FE3EE8. Grayscale: #747474. Windows color (decimal): -16662249 or 1556737. OLE color: 1556737.

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

Color convert

RGB 1 193 23 -
CMYK 0.99 0 0.88 0.24
HSL 126.88º 0.99% 0.38% -
HSV(B) 126.88º 0.99% 0.76% -
XYZ 19.24 38.21 7.17 -
YUV 116.21 75.39 45.82 -
System Red Green Blue C M Y K H S L
Decimal 1 193 23 0.99 0 0.88 0.24 126.88 0.99 0.38
Hex 1 C1 17 63 0 58 18 7F 63 26
Octal 1 301 27 143 0 130 30 177 143 46
Binary 1 11000001 10111 1100011 0 1011000 11000 1111111 1100011 100110

Color Harmonies of #01C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C117

Black with #01C117

Text Example


Text Example

White with #01C117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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