Html Css Color HEX #14AF3A Dark Pastel Green

📋 copy color: '#14AF3A'

red 20 ◦ green 175 ◦ blue 58

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

Shades of Dark Pastel Green #14AF3A

Tints of Dark Pastel Green #14AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 7.91%
G = 69.17%
B = 22.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#14AF3A (or 0x14AF3A) is known color: Dark Pastel Green. HEX triplet: 14, AF and 3A. RGB value is (20,175,58). Sum of RGB (Red+Green+Blue) = 20+175+58=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF3A is #EB50C5. Grayscale: #737373. Windows color (decimal): -15421638 or 3845908. OLE color: 3845908.

HSL color Cylindrical-coordinate representation of color #14AF3A: hue angle of 134.71º 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 #14AF3A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 58 -
CMYK 0.89 0 0.67 0.31
HSL 134.71º 0.79% 0.38% -
HSV(B) 134.71º 0.89% 0.69% -
XYZ 16.38 31.11 9.15 -
YUV 115.32 95.65 60.01 -
System Red Green Blue C M Y K H S L
Decimal 20 175 58 0.89 0 0.67 0.31 134.71 0.79 0.38
Hex 14 AF 3A 59 0 43 1F 87 4F 26
Octal 24 257 72 131 0 103 37 207 117 46
Binary 10100 10101111 111010 1011001 0 1000011 11111 10000111 1001111 100110

Color Harmonies of #14AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF3A

Black with #14AF3A

Text Example


Text Example

White with #14AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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