Html Css Color HEX #14DA32 Dark Pastel Green

📋 copy color: '#14DA32'

red 20 ◦ green 218 ◦ blue 50

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

Shades of Dark Pastel Green #14DA32

Tints of Dark Pastel Green #14DA32

RGB

 RED value IS 20 (8.2% from 255) = 6.94%

 GREEN value IS 218 (85.55% from 255) = 75.69%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 6.94%
G = 75.69%
B = 17.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#14DA32 (or 0x14DA32) is known color: Dark Pastel Green. HEX triplet: 14, DA and 32. RGB value is (20,218,50). Sum of RGB (Red+Green+Blue) = 20+218+50=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA32 is #EB25CD. Grayscale: #8C8C8C. Windows color (decimal): -15410638 or 3332628. OLE color: 3332628.

HSL color Cylindrical-coordinate representation of color #14DA32: hue angle of 129.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA32 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 50 -
CMYK 0.91 0 0.77 0.15
HSL 129.09º 0.83% 0.47% -
HSV(B) 129.09º 0.91% 0.85% -
XYZ 25.94 50.52 11.4 -
YUV 139.65 77.4 42.66 -
System Red Green Blue C M Y K H S L
Decimal 20 218 50 0.91 0 0.77 0.15 129.09 0.83 0.47
Hex 14 DA 32 5B 0 4D F 81 53 2F
Octal 24 332 62 133 0 115 17 201 123 57
Binary 10100 11011010 110010 1011011 0 1001101 1111 10000001 1010011 101111

Color Harmonies of #14DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA32

Black with #14DA32

Text Example


Text Example

White with #14DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DA32; }

 p { color: rgb(20,218,50); }

 H1.HeaderClassName
 {
   color: #14DA32;
 }
 .AnyTagClassName
 {
   color: #14DA32;
 }
</style>

background-color css

<style>
 a { background-color: #14DA32; }

 a { background-color: rgb(20,218,50); }

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

border-color css

<style>
 span { border-color: #14DA32; }

 span { border-color: rgb(20,218,50); }

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