Html Css Color HEX #01C244 Dark Pastel Green

📋 copy color: '#01C244'

red 1 ◦ green 194 ◦ blue 68

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

Shades of Dark Pastel Green #01C244

Tints of Dark Pastel Green #01C244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.76%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 0.38%
G = 73.76%
B = 25.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#01C244 (or 0x01C244) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 44. RGB value is (1,194,68). Sum of RGB (Red+Green+Blue) = 1+194+68=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #01C244 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C244 is #FE3DBB. Grayscale: #7A7A7A. Windows color (decimal): -16661948 or 4506113. OLE color: 4506113.

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

Color convert

RGB 1 194 68 -
CMYK 0.99 0 0.65 0.24
HSL 140.83º 0.99% 0.38% -
HSV(B) 140.83º 0.99% 0.76% -
XYZ 20.35 39.01 11.93 -
YUV 121.93 97.56 41.75 -
System Red Green Blue C M Y K H S L
Decimal 1 194 68 0.99 0 0.65 0.24 140.83 0.99 0.38
Hex 1 C2 44 63 0 41 18 8D 63 26
Octal 1 302 104 143 0 101 30 215 143 46
Binary 1 11000010 1000100 1100011 0 1000001 11000 10001101 1100011 100110

Color Harmonies of #01C244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C244

Black with #01C244

Text Example


Text Example

White with #01C244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,68); }

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

background-color css

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

 a { background-color: rgb(1,194,68); }

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

border-color css

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

 span { border-color: rgb(1,194,68); }

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