Html Css Color HEX #01C62E Dark Pastel Green

📋 copy color: '#01C62E'

red 1 ◦ green 198 ◦ blue 46

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

Shades of Dark Pastel Green #01C62E

Tints of Dark Pastel Green #01C62E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.82%

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 0.41%
G = 80.82%
B = 18.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#01C62E (or 0x01C62E) is known color: Dark Pastel Green. HEX triplet: 01, C6 and 2E. RGB value is (1,198,46). Sum of RGB (Red+Green+Blue) = 1+198+46=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #01C62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C62E is #FE39D1. Grayscale: #7A7A7A. Windows color (decimal): -16660946 or 3065345. OLE color: 3065345.

HSL color Cylindrical-coordinate representation of color #01C62E: hue angle of 133.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C62E is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 198 46 -
CMYK 0.99 0 0.77 0.22
HSL 133.71º 0.99% 0.39% -
HSV(B) 133.71º 0.99% 0.78% -
XYZ 20.7 40.59 9.33 -
YUV 121.77 85.23 41.86 -
System Red Green Blue C M Y K H S L
Decimal 1 198 46 0.99 0 0.77 0.22 133.71 0.99 0.39
Hex 1 C6 2E 63 0 4D 16 86 63 27
Octal 1 306 56 143 0 115 26 206 143 47
Binary 1 11000110 101110 1100011 0 1001101 10110 10000110 1100011 100111

Color Harmonies of #01C62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C62E

Black with #01C62E

Text Example


Text Example

White with #01C62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,198,46); }

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

background-color css

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

 a { background-color: rgb(1,198,46); }

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

border-color css

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

 span { border-color: rgb(1,198,46); }

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