Html Css Color HEX #14AB33 Dark Pastel Green

📋 copy color: '#14AB33'

red 20 ◦ green 171 ◦ blue 51

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

Shades of Dark Pastel Green #14AB33

Tints of Dark Pastel Green #14AB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 70.66%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 8.26%
G = 70.66%
B = 21.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#14AB33 (or 0x14AB33) is known color: Dark Pastel Green. HEX triplet: 14, AB and 33. RGB value is (20,171,51). Sum of RGB (Red+Green+Blue) = 20+171+51=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB33 is #EB54CC. Grayscale: #707070. Windows color (decimal): -15422669 or 3386132. OLE color: 3386132.

HSL color Cylindrical-coordinate representation of color #14AB33: hue angle of 132.32º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB33 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 51 -
CMYK 0.88 0 0.70 0.33
HSL 132.32º 0.79% 0.37% -
HSV(B) 132.32º 0.88% 0.67% -
XYZ 15.45 29.51 8.01 -
YUV 112.17 93.47 62.26 -
System Red Green Blue C M Y K H S L
Decimal 20 171 51 0.88 0 0.70 0.33 132.32 0.79 0.37
Hex 14 AB 33 58 0 46 21 84 4F 25
Octal 24 253 63 130 0 106 41 204 117 45
Binary 10100 10101011 110011 1011000 0 1000110 100001 10000100 1001111 100101

Color Harmonies of #14AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB33

Black with #14AB33

Text Example


Text Example

White with #14AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,51); }

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

background-color css

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

 a { background-color: rgb(20,171,51); }

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

border-color css

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

 span { border-color: rgb(20,171,51); }

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