Html Css Color HEX #01C611 Dark Pastel Green

📋 copy color: '#01C611'

red 1 ◦ green 198 ◦ blue 17

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

Shades of Dark Pastel Green #01C611

Tints of Dark Pastel Green #01C611

RGB

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

 GREEN value IS 198 (77.73% from 255) = 91.67%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 0.46%
G = 91.67%
B = 7.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#01C611 (or 0x01C611) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 11. RGB value is (1,198,17). Sum of RGB (Red+Green+Blue) = 1+198+17=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 198 (77.73% from 255 or 91.67% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 198 - color contains mainly: green. Hex color #01C611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C611 is #FE39EE. Grayscale: #767676. Windows color (decimal): -16660975 or 1164801. OLE color: 1164801.

HSL color Cylindrical-coordinate representation of color #01C611: hue angle of 124.87º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C611 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 198 17 -
CMYK 0.99 0 0.91 0.22
HSL 124.87º 0.99% 0.39% -
HSV(B) 124.87º 0.99% 0.78% -
XYZ 20.31 40.44 7.26 -
YUV 118.46 70.73 44.22 -
System Red Green Blue C M Y K H S L
Decimal 1 198 17 0.99 0 0.91 0.22 124.87 0.99 0.39
Hex 1 C6 11 63 0 5B 16 7D 63 27
Octal 1 306 21 143 0 133 26 175 143 47
Binary 1 11000110 10001 1100011 0 1011011 10110 1111101 1100011 100111

Color Harmonies of #01C611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C611

Black with #01C611

Text Example


Text Example

White with #01C611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,198,17); }

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

background-color css

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

 a { background-color: rgb(1,198,17); }

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

border-color css

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

 span { border-color: rgb(1,198,17); }

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