Html Css Color HEX #01C912 Dark Pastel Green

📋 copy color: '#01C912'

red 1 ◦ green 201 ◦ blue 18

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

Shades of Dark Pastel Green #01C912

Tints of Dark Pastel Green #01C912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 91.36%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 0.45%
G = 91.36%
B = 8.18%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#01C912 (or 0x01C912) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 12. RGB value is (1,201,18). Sum of RGB (Red+Green+Blue) = 1+201+18=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #01C912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C912 is #FE36ED. Grayscale: #787878. Windows color (decimal): -16660206 or 1231105. OLE color: 1231105.

HSL color Cylindrical-coordinate representation of color #01C912: hue angle of 125.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C912 is Cyan = 1.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 18 -
CMYK 1.00 0 0.91 0.21
HSL 125.1º 0.99% 0.4% -
HSV(B) 125.1º 1% 0.79% -
XYZ 21.01 41.82 7.54 -
YUV 120.34 70.24 42.88 -
System Red Green Blue C M Y K H S L
Decimal 1 201 18 1.00 0 0.91 0.21 125.1 0.99 0.4
Hex 1 C9 12 64 0 5B 15 7D 63 28
Octal 1 311 22 144 0 133 25 175 143 50
Binary 1 11001001 10010 1100100 0 1011011 10101 1111101 1100011 101000

Color Harmonies of #01C912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C912

Black with #01C912

Text Example


Text Example

White with #01C912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,201,18); }

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

background-color css

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

 a { background-color: rgb(1,201,18); }

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

border-color css

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

 span { border-color: rgb(1,201,18); }

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