Html Css Color HEX #01C053 Dark Pastel Green

📋 copy color: '#01C053'

red 1 ◦ green 192 ◦ blue 83

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

Shades of Dark Pastel Green #01C053

Tints of Dark Pastel Green #01C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 0.36%
G = 69.57%
B = 30.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#01C053 (or 0x01C053) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 53. RGB value is (1,192,83). Sum of RGB (Red+Green+Blue) = 1+192+83=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #01C053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C053 is #FE3FAC. Grayscale: #7A7A7A. Windows color (decimal): -16662445 or 5488641. OLE color: 5488641.

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

Color convert

RGB 1 192 83 -
CMYK 0.99 0 0.57 0.25
HSL 145.76º 0.99% 0.38% -
HSV(B) 145.76º 0.99% 0.75% -
XYZ 20.42 38.33 14.51 -
YUV 122.47 105.72 41.36 -
System Red Green Blue C M Y K H S L
Decimal 1 192 83 0.99 0 0.57 0.25 145.76 0.99 0.38
Hex 1 C0 53 63 0 39 19 92 63 26
Octal 1 300 123 143 0 71 31 222 143 46
Binary 1 11000000 1010011 1100011 0 111001 11001 10010010 1100011 100110

Color Harmonies of #01C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C053

Black with #01C053

Text Example


Text Example

White with #01C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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