Html Css Color HEX #14C427 Dark Pastel Green

📋 copy color: '#14C427'

red 20 ◦ green 196 ◦ blue 39

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

Shades of Dark Pastel Green #14C427

Tints of Dark Pastel Green #14C427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 76.86%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 7.84%
G = 76.86%
B = 15.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#14C427 (or 0x14C427) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 27. RGB value is (20,196,39). Sum of RGB (Red+Green+Blue) = 20+196+39=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 196 (76.95% from 255 or 76.86% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 196 - color contains mainly: green. Hex color #14C427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C427 is #EB3BD8. Grayscale: #7D7D7D. Windows color (decimal): -15416281 or 2606100. OLE color: 2606100.

HSL color Cylindrical-coordinate representation of color #14C427: hue angle of 126.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C427 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 196 39 -
CMYK 0.90 0 0.80 0.23
HSL 126.48º 0.81% 0.42% -
HSV(B) 126.48º 0.9% 0.77% -
XYZ 20.39 39.78 8.52 -
YUV 125.48 79.19 52.77 -
System Red Green Blue C M Y K H S L
Decimal 20 196 39 0.90 0 0.80 0.23 126.48 0.81 0.42
Hex 14 C4 27 5A 0 50 17 7E 51 2A
Octal 24 304 47 132 0 120 27 176 121 52
Binary 10100 11000100 100111 1011010 0 1010000 10111 1111110 1010001 101010

Color Harmonies of #14C427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C427

Black with #14C427

Text Example


Text Example

White with #14C427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,196,39); }

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

background-color css

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

 a { background-color: rgb(20,196,39); }

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

border-color css

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

 span { border-color: rgb(20,196,39); }

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