Html Css Color HEX #01C054 Dark Pastel Green

📋 copy color: '#01C054'

red 1 ◦ green 192 ◦ blue 84

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

Shades of Dark Pastel Green #01C054

Tints of Dark Pastel Green #01C054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.32%

R = 0.36%
G = 69.31%
B = 30.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#01C054 (or 0x01C054) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 54. RGB value is (1,192,84). Sum of RGB (Red+Green+Blue) = 1+192+84=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #01C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C054 is #FE3FAB. Grayscale: #7A7A7A. Windows color (decimal): -16662444 or 5554177. OLE color: 5554177.

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

Color convert

RGB 1 192 84 -
CMYK 0.99 0 0.56 0.25
HSL 146.07º 0.99% 0.38% -
HSV(B) 146.07º 0.99% 0.75% -
XYZ 20.46 38.35 14.71 -
YUV 122.58 106.22 41.28 -
System Red Green Blue C M Y K H S L
Decimal 1 192 84 0.99 0 0.56 0.25 146.07 0.99 0.38
Hex 1 C0 54 63 0 38 19 92 63 26
Octal 1 300 124 143 0 70 31 222 143 46
Binary 1 11000000 1010100 1100011 0 111000 11001 10010010 1100011 100110

Color Harmonies of #01C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C054

Black with #01C054

Text Example


Text Example

White with #01C054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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