Html Css Color HEX #14C231 Dark Pastel Green

📋 copy color: '#14C231'

red 20 ◦ green 194 ◦ blue 49

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

Shades of Dark Pastel Green #14C231

Tints of Dark Pastel Green #14C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.76%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 7.6%
G = 73.76%
B = 18.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#14C231 (or 0x14C231) is known color: Dark Pastel Green. HEX triplet: 14, C2 and 31. RGB value is (20,194,49). Sum of RGB (Red+Green+Blue) = 20+194+49=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 194 (76.17% from 255 or 73.76% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 194 - color contains mainly: green. Hex color #14C231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C231 is #EB3DCE. Grayscale: #7D7D7D. Windows color (decimal): -15416783 or 3260948. OLE color: 3260948.

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

Color convert

RGB 20 194 49 -
CMYK 0.90 0 0.75 0.24
HSL 130º 0.81% 0.42% -
HSV(B) 130º 0.9% 0.76% -
XYZ 20.13 38.95 9.36 -
YUV 125.44 84.85 52.79 -
System Red Green Blue C M Y K H S L
Decimal 20 194 49 0.90 0 0.75 0.24 130 0.81 0.42
Hex 14 C2 31 5A 0 4B 18 82 51 2A
Octal 24 302 61 132 0 113 30 202 121 52
Binary 10100 11000010 110001 1011010 0 1001011 11000 10000010 1010001 101010

Color Harmonies of #14C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C231

Black with #14C231

Text Example


Text Example

White with #14C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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