Html Css Color HEX #14CA29 Dark Pastel Green

📋 copy color: '#14CA29'

red 20 ◦ green 202 ◦ blue 41

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

Shades of Dark Pastel Green #14CA29

Tints of Dark Pastel Green #14CA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 76.81%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 7.6%
G = 76.81%
B = 15.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#14CA29 (or 0x14CA29) is known color: Dark Pastel Green. HEX triplet: 14, CA and 29. RGB value is (20,202,41). Sum of RGB (Red+Green+Blue) = 20+202+41=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA29 is #EB35D6. Grayscale: #818181. Windows color (decimal): -15414743 or 2738708. OLE color: 2738708.

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

Color convert

RGB 20 202 41 -
CMYK 0.90 0 0.80 0.21
HSL 126.92º 0.82% 0.44% -
HSV(B) 126.92º 0.9% 0.79% -
XYZ 21.81 42.55 9.16 -
YUV 129.23 78.2 50.09 -
System Red Green Blue C M Y K H S L
Decimal 20 202 41 0.90 0 0.80 0.21 126.92 0.82 0.44
Hex 14 CA 29 5A 0 50 15 7F 52 2C
Octal 24 312 51 132 0 120 25 177 122 54
Binary 10100 11001010 101001 1011010 0 1010000 10101 1111111 1010010 101100

Color Harmonies of #14CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CA29

Black with #14CA29

Text Example


Text Example

White with #14CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,41); }

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

background-color css

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

 a { background-color: rgb(20,202,41); }

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

border-color css

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

 span { border-color: rgb(20,202,41); }

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