Html Css Color HEX #01C120 Dark Pastel Green

📋 copy color: '#01C120'

red 1 ◦ green 193 ◦ blue 32

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

Shades of Dark Pastel Green #01C120

Tints of Dark Pastel Green #01C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 0.44%
G = 85.4%
B = 14.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#01C120 (or 0x01C120) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 20. RGB value is (1,193,32). Sum of RGB (Red+Green+Blue) = 1+193+32=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 193 (75.78% from 255 or 85.40% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 193 - color contains mainly: green. Hex color #01C120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C120 is #FE3EDF. Grayscale: #757575. Windows color (decimal): -16662240 or 2146561. OLE color: 2146561.

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

Color convert

RGB 1 193 32 -
CMYK 0.99 0 0.83 0.24
HSL 129.69º 0.99% 0.38% -
HSV(B) 129.69º 0.99% 0.76% -
XYZ 19.34 38.25 7.73 -
YUV 117.24 79.89 45.09 -
System Red Green Blue C M Y K H S L
Decimal 1 193 32 0.99 0 0.83 0.24 129.69 0.99 0.38
Hex 1 C1 20 63 0 53 18 82 63 26
Octal 1 301 40 143 0 123 30 202 143 46
Binary 1 11000001 100000 1100011 0 1010011 11000 10000010 1100011 100110

Color Harmonies of #01C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C120

Black with #01C120

Text Example


Text Example

White with #01C120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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