Html Css Color HEX #01D440 Dark Pastel Green

📋 copy color: '#01D440'

red 1 ◦ green 212 ◦ blue 64

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

Shades of Dark Pastel Green #01D440

Tints of Dark Pastel Green #01D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.53%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 0.36%
G = 76.53%
B = 23.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#01D440 (or 0x01D440) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 40. RGB value is (1,212,64). Sum of RGB (Red+Green+Blue) = 1+212+64=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 212 (83.20% from 255 or 76.53% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 212 - color contains mainly: green. Hex color #01D440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D440 is #FE2BBF. Grayscale: #848484. Windows color (decimal): -16657344 or 4248577. OLE color: 4248577.

HSL color Cylindrical-coordinate representation of color #01D440: hue angle of 137.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D440 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 212 64 -
CMYK 1.00 0 0.70 0.17
HSL 137.91º 0.99% 0.42% -
HSV(B) 137.91º 1% 0.83% -
XYZ 24.48 47.46 12.72 -
YUV 132.04 89.6 34.53 -
System Red Green Blue C M Y K H S L
Decimal 1 212 64 1.00 0 0.70 0.17 137.91 0.99 0.42
Hex 1 D4 40 64 0 46 11 8A 63 2A
Octal 1 324 100 144 0 106 21 212 143 52
Binary 1 11010100 1000000 1100100 0 1000110 10001 10001010 1100011 101010

Color Harmonies of #01D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D440

Black with #01D440

Text Example


Text Example

White with #01D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,64); }

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

background-color css

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

 a { background-color: rgb(1,212,64); }

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

border-color css

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

 span { border-color: rgb(1,212,64); }

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