Html Css Color HEX #01C01A Dark Pastel Green

📋 copy color: '#01C01A'

red 1 ◦ green 192 ◦ blue 26

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

Shades of Dark Pastel Green #01C01A

Tints of Dark Pastel Green #01C01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 0.46%
G = 87.67%
B = 11.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#01C01A (or 0x01C01A) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 1A. RGB value is (1,192,26). Sum of RGB (Red+Green+Blue) = 1+192+26=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #01C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C01A is #FE3FE5. Grayscale: #747474. Windows color (decimal): -16662502 or 1753089. OLE color: 1753089.

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

Color convert

RGB 1 192 26 -
CMYK 0.99 0 0.86 0.25
HSL 127.85º 0.99% 0.38% -
HSV(B) 127.85º 0.99% 0.75% -
XYZ 19.05 37.78 7.27 -
YUV 115.97 77.22 46 -
System Red Green Blue C M Y K H S L
Decimal 1 192 26 0.99 0 0.86 0.25 127.85 0.99 0.38
Hex 1 C0 1A 63 0 56 19 80 63 26
Octal 1 300 32 143 0 126 31 200 143 46
Binary 1 11000000 11010 1100011 0 1010110 11001 10000000 1100011 100110

Color Harmonies of #01C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C01A

Black with #01C01A

Text Example


Text Example

White with #01C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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