Html Css Color HEX #14AE3C Dark Pastel Green

📋 copy color: '#14AE3C'

red 20 ◦ green 174 ◦ blue 60

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

Shades of Dark Pastel Green #14AE3C

Tints of Dark Pastel Green #14AE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 68.5%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 7.87%
G = 68.5%
B = 23.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#14AE3C (or 0x14AE3C) is known color: Dark Pastel Green. HEX triplet: 14, AE and 3C. RGB value is (20,174,60). Sum of RGB (Red+Green+Blue) = 20+174+60=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE3C is #EB51C3. Grayscale: #737373. Windows color (decimal): -15421892 or 3976724. OLE color: 3976724.

HSL color Cylindrical-coordinate representation of color #14AE3C: hue angle of 135.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AE3C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 174 60 -
CMYK 0.89 0 0.66 0.32
HSL 135.58º 0.79% 0.38% -
HSV(B) 135.58º 0.89% 0.68% -
XYZ 16.24 30.75 9.35 -
YUV 114.96 96.98 60.27 -
System Red Green Blue C M Y K H S L
Decimal 20 174 60 0.89 0 0.66 0.32 135.58 0.79 0.38
Hex 14 AE 3C 59 0 42 20 88 4F 26
Octal 24 256 74 131 0 102 40 210 117 46
Binary 10100 10101110 111100 1011001 0 1000010 100000 10001000 1001111 100110

Color Harmonies of #14AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE3C

Black with #14AE3C

Text Example


Text Example

White with #14AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,60); }

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

background-color css

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

 a { background-color: rgb(20,174,60); }

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

border-color css

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

 span { border-color: rgb(20,174,60); }

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