Html Css Color HEX #14D52F Dark Pastel Green

📋 copy color: '#14D52F'

red 20 ◦ green 213 ◦ blue 47

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

Shades of Dark Pastel Green #14D52F

Tints of Dark Pastel Green #14D52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.07%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 7.14%
G = 76.07%
B = 16.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#14D52F (or 0x14D52F) is known color: Dark Pastel Green. HEX triplet: 14, D5 and 2F. RGB value is (20,213,47). Sum of RGB (Red+Green+Blue) = 20+213+47=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 213 (83.59% from 255 or 76.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 213 - color contains mainly: green. Hex color #14D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D52F is #EB2AD0. Grayscale: #888888. Windows color (decimal): -15411921 or 3134740. OLE color: 3134740.

HSL color Cylindrical-coordinate representation of color #14D52F: hue angle of 128.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D52F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 47 -
CMYK 0.91 0 0.78 0.16
HSL 128.39º 0.83% 0.46% -
HSV(B) 128.39º 0.91% 0.84% -
XYZ 24.6 47.94 10.65 -
YUV 136.37 77.56 45 -
System Red Green Blue C M Y K H S L
Decimal 20 213 47 0.91 0 0.78 0.16 128.39 0.83 0.46
Hex 14 D5 2F 5B 0 4E 10 80 53 2E
Octal 24 325 57 133 0 116 20 200 123 56
Binary 10100 11010101 101111 1011011 0 1001110 10000 10000000 1010011 101110

Color Harmonies of #14D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D52F

Black with #14D52F

Text Example


Text Example

White with #14D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,47); }

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

background-color css

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

 a { background-color: rgb(20,213,47); }

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

border-color css

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

 span { border-color: rgb(20,213,47); }

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