Html Css Color HEX #01C051 Dark Pastel Green

📋 copy color: '#01C051'

red 1 ◦ green 192 ◦ blue 81

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

Shades of Dark Pastel Green #01C051

Tints of Dark Pastel Green #01C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 0.36%
G = 70.07%
B = 29.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#01C051 (or 0x01C051) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 51. RGB value is (1,192,81). Sum of RGB (Red+Green+Blue) = 1+192+81=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #01C051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C051 is #FE3FAE. Grayscale: #7A7A7A. Windows color (decimal): -16662447 or 5357569. OLE color: 5357569.

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

Color convert

RGB 1 192 81 -
CMYK 0.99 0 0.58 0.25
HSL 145.13º 0.99% 0.38% -
HSV(B) 145.13º 0.99% 0.75% -
XYZ 20.35 38.3 14.1 -
YUV 122.24 104.72 41.53 -
System Red Green Blue C M Y K H S L
Decimal 1 192 81 0.99 0 0.58 0.25 145.13 0.99 0.38
Hex 1 C0 51 63 0 3A 19 91 63 26
Octal 1 300 121 143 0 72 31 221 143 46
Binary 1 11000000 1010001 1100011 0 111010 11001 10010001 1100011 100110

Color Harmonies of #01C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C051

Black with #01C051

Text Example


Text Example

White with #01C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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