Html Css Color HEX #01C016 Dark Pastel Green

📋 copy color: '#01C016'

red 1 ◦ green 192 ◦ blue 22

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

Shades of Dark Pastel Green #01C016

Tints of Dark Pastel Green #01C016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 0.47%
G = 89.3%
B = 10.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#01C016 (or 0x01C016) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 16. RGB value is (1,192,22). Sum of RGB (Red+Green+Blue) = 1+192+22=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #01C016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C016 is #FE3FE9. Grayscale: #747474. Windows color (decimal): -16662506 or 1490945. OLE color: 1490945.

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

Color convert

RGB 1 192 22 -
CMYK 0.99 0 0.89 0.25
HSL 126.6º 0.99% 0.38% -
HSV(B) 126.6º 0.99% 0.75% -
XYZ 19.01 37.76 7.05 -
YUV 115.51 75.22 46.32 -
System Red Green Blue C M Y K H S L
Decimal 1 192 22 0.99 0 0.89 0.25 126.6 0.99 0.38
Hex 1 C0 16 63 0 59 19 7F 63 26
Octal 1 300 26 143 0 131 31 177 143 46
Binary 1 11000000 10110 1100011 0 1011001 11001 1111111 1100011 100110

Color Harmonies of #01C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C016

Black with #01C016

Text Example


Text Example

White with #01C016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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