#14C831

Color #14C831 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14C831

Tints of Dark Pastel Green #14C831

Color information

#14C831 (or 0x14C831) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C8 and 31. RGB value is (20,200,49). Sum of RGB (Red+Green+Blue) = 20+200+49=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #14C831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C831 is #EB37CE. Grayscale: #818181. Windows color (decimal): -15415247 or 3262484. OLE color: 3262484.

HSL color Cylindrical-coordinate representation of color #14C831: hue angle of 129.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C831 is Cyan = 0.9, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB2020049-
CMYK0.900.760.22
HSL129.67º81.82%43.14%-
HSV(B)129.67º90%78.43%-
XYZ21.541.689.82-
YUV128.9782.8750.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.43%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=7.43%
G=74.35%
B=18.22%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200490.900.760.22129.6781.8243.14
Hex14C8315A04C1682522b
Octal243106113201142620212253
Binary101001100100011000110110100100110010110100000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,200,49); }

 H1.HeaderClassName
 {
   color: #14C831;
 }
 .AnyTagClassName
 {
   color: #14C831;
 }
</style>
background-color css

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

 a { background-color: rgb(20,200,49); }

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

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

 span { border-color: rgb(20,200,49); }

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