Html Css Color HEX #14CE36 Dark Pastel Green

📋 copy color: '#14CE36'

red 20 ◦ green 206 ◦ blue 54

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

Shades of Dark Pastel Green #14CE36

Tints of Dark Pastel Green #14CE36

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.57%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 7.14%
G = 73.57%
B = 19.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#14CE36 (or 0x14CE36) is known color: Dark Pastel Green. HEX triplet: 14, CE and 36. RGB value is (20,206,54). Sum of RGB (Red+Green+Blue) = 20+206+54=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE36 is #EB31C9. Grayscale: #858585. Windows color (decimal): -15413706 or 3591700. OLE color: 3591700.

HSL color Cylindrical-coordinate representation of color #14CE36: hue angle of 130.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE36 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 54 -
CMYK 0.90 0 0.74 0.19
HSL 130.97º 0.82% 0.44% -
HSV(B) 130.97º 0.9% 0.81% -
XYZ 23.03 44.56 10.88 -
YUV 133.06 83.38 47.36 -
System Red Green Blue C M Y K H S L
Decimal 20 206 54 0.90 0 0.74 0.19 130.97 0.82 0.44
Hex 14 CE 36 5A 0 4A 13 83 52 2C
Octal 24 316 66 132 0 112 23 203 122 54
Binary 10100 11001110 110110 1011010 0 1001010 10011 10000011 1010010 101100

Color Harmonies of #14CE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE36

Black with #14CE36

Text Example


Text Example

White with #14CE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,54); }

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

background-color css

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

 a { background-color: rgb(20,206,54); }

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

border-color css

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

 span { border-color: rgb(20,206,54); }

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