Html Css Color HEX #14C426 Dark Pastel Green

📋 copy color: '#14C426'

red 20 ◦ green 196 ◦ blue 38

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

Shades of Dark Pastel Green #14C426

Tints of Dark Pastel Green #14C426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 7.87%
G = 77.17%
B = 14.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#14C426 (or 0x14C426) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 26. RGB value is (20,196,38). Sum of RGB (Red+Green+Blue) = 20+196+38=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 196 (76.95% from 255 or 77.17% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 196 - color contains mainly: green. Hex color #14C426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C426 is #EB3BD9. Grayscale: #7D7D7D. Windows color (decimal): -15416282 or 2540564. OLE color: 2540564.

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

Color convert

RGB 20 196 38 -
CMYK 0.90 0 0.81 0.23
HSL 126.14º 0.81% 0.42% -
HSV(B) 126.14º 0.9% 0.77% -
XYZ 20.38 39.77 8.44 -
YUV 125.36 78.69 52.85 -
System Red Green Blue C M Y K H S L
Decimal 20 196 38 0.90 0 0.81 0.23 126.14 0.81 0.42
Hex 14 C4 26 5A 0 51 17 7E 51 2A
Octal 24 304 46 132 0 121 27 176 121 52
Binary 10100 11000100 100110 1011010 0 1010001 10111 1111110 1010001 101010

Color Harmonies of #14C426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C426

Black with #14C426

Text Example


Text Example

White with #14C426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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