Html Css Color HEX #14AF2A Dark Pastel Green

📋 copy color: '#14AF2A'

red 20 ◦ green 175 ◦ blue 42

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

Shades of Dark Pastel Green #14AF2A

Tints of Dark Pastel Green #14AF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.84%

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

R = 8.44%
G = 73.84%
B = 17.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#14AF2A (or 0x14AF2A) is known color: Dark Pastel Green. HEX triplet: 14, AF and 2A. RGB value is (20,175,42). Sum of RGB (Red+Green+Blue) = 20+175+42=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF2A is #EB50D5. Grayscale: #717171. Windows color (decimal): -15421654 or 2797332. OLE color: 2797332.

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

Color convert

RGB 20 175 42 -
CMYK 0.89 0 0.76 0.31
HSL 128.52º 0.79% 0.38% -
HSV(B) 128.52º 0.89% 0.69% -
XYZ 16.04 30.98 7.32 -
YUV 113.49 87.65 61.31 -
System Red Green Blue C M Y K H S L
Decimal 20 175 42 0.89 0 0.76 0.31 128.52 0.79 0.38
Hex 14 AF 2A 59 0 4C 1F 81 4F 26
Octal 24 257 52 131 0 114 37 201 117 46
Binary 10100 10101111 101010 1011001 0 1001100 11111 10000001 1001111 100110

Color Harmonies of #14AF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF2A

Black with #14AF2A

Text Example


Text Example

White with #14AF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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