Html Css Color HEX #14D635 Dark Pastel Green

📋 copy color: '#14D635'

red 20 ◦ green 214 ◦ blue 53

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

Shades of Dark Pastel Green #14D635

Tints of Dark Pastel Green #14D635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.56%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 6.97%
G = 74.56%
B = 18.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#14D635 (or 0x14D635) is known color: Dark Pastel Green. HEX triplet: 14, D6 and 35. RGB value is (20,214,53). Sum of RGB (Red+Green+Blue) = 20+214+53=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 214 (83.98% from 255 or 74.56% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 214 - color contains mainly: green. Hex color #14D635 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D635 is #EB29CA. Grayscale: #8A8A8A. Windows color (decimal): -15411659 or 3528212. OLE color: 3528212.

HSL color Cylindrical-coordinate representation of color #14D635: hue angle of 130.21º 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 #14D635 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 53 -
CMYK 0.91 0 0.75 0.16
HSL 130.21º 0.83% 0.46% -
HSV(B) 130.21º 0.91% 0.84% -
XYZ 24.98 48.5 11.41 -
YUV 137.64 80.23 44.09 -
System Red Green Blue C M Y K H S L
Decimal 20 214 53 0.91 0 0.75 0.16 130.21 0.83 0.46
Hex 14 D6 35 5B 0 4B 10 82 53 2E
Octal 24 326 65 133 0 113 20 202 123 56
Binary 10100 11010110 110101 1011011 0 1001011 10000 10000010 1010011 101110

Color Harmonies of #14D635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D635

Black with #14D635

Text Example


Text Example

White with #14D635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,53); }

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

background-color css

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

 a { background-color: rgb(20,214,53); }

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

border-color css

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

 span { border-color: rgb(20,214,53); }

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