Html Css Color HEX #01C155 Dark Pastel Green

📋 copy color: '#01C155'

red 1 ◦ green 193 ◦ blue 85

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

Shades of Dark Pastel Green #01C155

Tints of Dark Pastel Green #01C155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 0.36%
G = 69.18%
B = 30.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#01C155 (or 0x01C155) is known color: Dark Pastel Green. HEX triplet: 01, C1 and 55. RGB value is (1,193,85). Sum of RGB (Red+Green+Blue) = 1+193+85=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #01C155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C155 is #FE3EAA. Grayscale: #7B7B7B. Windows color (decimal): -16662187 or 5619969. OLE color: 5619969.

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

Color convert

RGB 1 193 85 -
CMYK 0.99 0 0.56 0.24
HSL 146.25º 0.99% 0.38% -
HSV(B) 146.25º 0.99% 0.76% -
XYZ 20.72 38.8 14.99 -
YUV 123.28 106.39 40.78 -
System Red Green Blue C M Y K H S L
Decimal 1 193 85 0.99 0 0.56 0.24 146.25 0.99 0.38
Hex 1 C1 55 63 0 38 18 92 63 26
Octal 1 301 125 143 0 70 30 222 143 46
Binary 1 11000001 1010101 1100011 0 111000 11000 10010010 1100011 100110

Color Harmonies of #01C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C155

Black with #01C155

Text Example


Text Example

White with #01C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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