Html Css Color HEX #01C710 Dark Pastel Green

📋 copy color: '#01C710'

red 1 ◦ green 199 ◦ blue 16

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

Shades of Dark Pastel Green #01C710

Tints of Dark Pastel Green #01C710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 92.13%

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 0.46%
G = 92.13%
B = 7.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#01C710 (or 0x01C710) is known color: Dark Pastel Green. HEX triplet: 01, C7 and 10. RGB value is (1,199,16). Sum of RGB (Red+Green+Blue) = 1+199+16=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 199 (78.12% from 255 or 92.13% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 199 - color contains mainly: green. Hex color #01C710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C710 is #FE38EF. Grayscale: #777777. Windows color (decimal): -16660720 or 1099521. OLE color: 1099521.

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

Color convert

RGB 1 199 16 -
CMYK 0.99 0 0.92 0.22
HSL 124.55º 0.99% 0.39% -
HSV(B) 124.55º 0.99% 0.78% -
XYZ 20.53 40.89 7.3 -
YUV 118.94 69.9 43.88 -
System Red Green Blue C M Y K H S L
Decimal 1 199 16 0.99 0 0.92 0.22 124.55 0.99 0.39
Hex 1 C7 10 63 0 5C 16 7D 63 27
Octal 1 307 20 143 0 134 26 175 143 47
Binary 1 11000111 10000 1100011 0 1011100 10110 1111101 1100011 100111

Color Harmonies of #01C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C710

Black with #01C710

Text Example


Text Example

White with #01C710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,199,16); }

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

background-color css

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

 a { background-color: rgb(1,199,16); }

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

border-color css

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

 span { border-color: rgb(1,199,16); }

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