Html Css Color HEX #14C430 Dark Pastel Green

📋 copy color: '#14C430'

red 20 ◦ green 196 ◦ blue 48

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

Shades of Dark Pastel Green #14C430

Tints of Dark Pastel Green #14C430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 7.58%
G = 74.24%
B = 18.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#14C430 (or 0x14C430) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 30. RGB value is (20,196,48). Sum of RGB (Red+Green+Blue) = 20+196+48=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #14C430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C430 is #EB3BCF. Grayscale: #7E7E7E. Windows color (decimal): -15416272 or 3195924. OLE color: 3195924.

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

Color convert

RGB 20 196 48 -
CMYK 0.90 0 0.76 0.23
HSL 129.55º 0.81% 0.42% -
HSV(B) 129.55º 0.9% 0.77% -
XYZ 20.56 39.84 9.4 -
YUV 126.5 83.69 52.03 -
System Red Green Blue C M Y K H S L
Decimal 20 196 48 0.90 0 0.76 0.23 129.55 0.81 0.42
Hex 14 C4 30 5A 0 4C 17 82 51 2A
Octal 24 304 60 132 0 114 27 202 121 52
Binary 10100 11000100 110000 1011010 0 1001100 10111 10000010 1010001 101010

Color Harmonies of #14C430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C430

Black with #14C430

Text Example


Text Example

White with #14C430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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