Html Css Color HEX #14CE35 Dark Pastel Green

📋 copy color: '#14CE35'

red 20 ◦ green 206 ◦ blue 53

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

Shades of Dark Pastel Green #14CE35

Tints of Dark Pastel Green #14CE35

RGB

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

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

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

R = 7.17%
G = 73.84%
B = 19%

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

#14CE35 (or 0x14CE35) is known color: Dark Pastel Green. HEX triplet: 14, CE and 35. RGB value is (20,206,53). Sum of RGB (Red+Green+Blue) = 20+206+53=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE35 is #EB31CA. Grayscale: #858585. Windows color (decimal): -15413707 or 3526164. OLE color: 3526164.

HSL color Cylindrical-coordinate representation of color #14CE35: hue angle of 130.65º 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 #14CE35 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 53 -
CMYK 0.90 0 0.74 0.19
HSL 130.65º 0.82% 0.44% -
HSV(B) 130.65º 0.9% 0.81% -
XYZ 23 44.55 10.75 -
YUV 132.94 82.88 47.44 -
System Red Green Blue C M Y K H S L
Decimal 20 206 53 0.90 0 0.74 0.19 130.65 0.82 0.44
Hex 14 CE 35 5A 0 4A 13 83 52 2C
Octal 24 316 65 132 0 112 23 203 122 54
Binary 10100 11001110 110101 1011010 0 1001010 10011 10000011 1010010 101100

Color Harmonies of #14CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE35

Black with #14CE35

Text Example


Text Example

White with #14CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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