Html Css Color HEX #14C248 Dark Pastel Green

📋 copy color: '#14C248'

red 20 ◦ green 194 ◦ blue 72

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

Shades of Dark Pastel Green #14C248

Tints of Dark Pastel Green #14C248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 6.99%
G = 67.83%
B = 25.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#14C248 (or 0x14C248) is known color: Dark Pastel Green. HEX triplet: 14, C2 and 48. RGB value is (20,194,72). Sum of RGB (Red+Green+Blue) = 20+194+72=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #14C248 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C248 is #EB3DB7. Grayscale: #808080. Windows color (decimal): -15416760 or 4768276. OLE color: 4768276.

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

Color convert

RGB 20 194 72 -
CMYK 0.90 0 0.63 0.24
HSL 137.93º 0.81% 0.42% -
HSV(B) 137.93º 0.9% 0.76% -
XYZ 20.75 39.2 12.6 -
YUV 128.07 96.35 50.92 -
System Red Green Blue C M Y K H S L
Decimal 20 194 72 0.90 0 0.63 0.24 137.93 0.81 0.42
Hex 14 C2 48 5A 0 3F 18 8A 51 2A
Octal 24 302 110 132 0 77 30 212 121 52
Binary 10100 11000010 1001000 1011010 0 111111 11000 10001010 1010001 101010

Color Harmonies of #14C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C248

Black with #14C248

Text Example


Text Example

White with #14C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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