Html Css Color HEX #14B52A Dark Pastel Green

📋 copy color: '#14B52A'

red 20 ◦ green 181 ◦ blue 42

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

Shades of Dark Pastel Green #14B52A

Tints of Dark Pastel Green #14B52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 74.49%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 8.23%
G = 74.49%
B = 17.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#14B52A (or 0x14B52A) is known color: Dark Pastel Green. HEX triplet: 14, B5 and 2A. RGB value is (20,181,42). Sum of RGB (Red+Green+Blue) = 20+181+42=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 181 (71.09% from 255 or 74.49% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 181 - color contains mainly: green. Hex color #14B52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B52A is #EB4AD5. Grayscale: #757575. Windows color (decimal): -15420118 or 2798868. OLE color: 2798868.

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

Color convert

RGB 20 181 42 -
CMYK 0.89 0 0.77 0.29
HSL 128.2º 0.8% 0.39% -
HSV(B) 128.2º 0.89% 0.71% -
XYZ 17.23 33.36 7.72 -
YUV 117.02 85.66 58.8 -
System Red Green Blue C M Y K H S L
Decimal 20 181 42 0.89 0 0.77 0.29 128.2 0.8 0.39
Hex 14 B5 2A 59 0 4D 1D 80 50 27
Octal 24 265 52 131 0 115 35 200 120 47
Binary 10100 10110101 101010 1011001 0 1001101 11101 10000000 1010000 100111

Color Harmonies of #14B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B52A

Black with #14B52A

Text Example


Text Example

White with #14B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,181,42); }

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

background-color css

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

 a { background-color: rgb(20,181,42); }

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

border-color css

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

 span { border-color: rgb(20,181,42); }

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