Html Css Color HEX #14B224 Dark Pastel Green

📋 copy color: '#14B224'

red 20 ◦ green 178 ◦ blue 36

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

Shades of Dark Pastel Green #14B224

Tints of Dark Pastel Green #14B224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 76.07%

 BLUE value IS 36 (14.45% from 255) = 15.38%

R = 8.55%
G = 76.07%
B = 15.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#14B224 (or 0x14B224) is known color: Dark Pastel Green. HEX triplet: 14, B2 and 24. RGB value is (20,178,36). Sum of RGB (Red+Green+Blue) = 20+178+36=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 178 (69.92% from 255 or 76.07% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 178 - color contains mainly: green. Hex color #14B224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B224 is #EB4DDB. Grayscale: #727272. Windows color (decimal): -15420892 or 2404884. OLE color: 2404884.

HSL color Cylindrical-coordinate representation of color #14B224: hue angle of 126.08º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B224 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 36 -
CMYK 0.89 0 0.80 0.30
HSL 126.08º 0.8% 0.39% -
HSV(B) 126.08º 0.89% 0.7% -
XYZ 16.53 32.12 7 -
YUV 114.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 20 178 36 0.89 0 0.80 0.30 126.08 0.8 0.39
Hex 14 B2 24 59 0 50 1E 7E 50 27
Octal 24 262 44 131 0 120 36 176 120 47
Binary 10100 10110010 100100 1011001 0 1010000 11110 1111110 1010000 100111

Color Harmonies of #14B224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B224

Black with #14B224

Text Example


Text Example

White with #14B224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,36); }

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

background-color css

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

 a { background-color: rgb(20,178,36); }

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

border-color css

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

 span { border-color: rgb(20,178,36); }

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