Html Css Color HEX #14A63B Dark Pastel Green

📋 copy color: '#14A63B'

red 20 ◦ green 166 ◦ blue 59

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

Shades of Dark Pastel Green #14A63B

Tints of Dark Pastel Green #14A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 67.76%

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 8.16%
G = 67.76%
B = 24.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#14A63B (or 0x14A63B) is known color: Dark Pastel Green. HEX triplet: 14, A6 and 3B. RGB value is (20,166,59). Sum of RGB (Red+Green+Blue) = 20+166+59=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #14A63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A63B is #EB59C4. Grayscale: #6E6E6E. Windows color (decimal): -15423941 or 3909140. OLE color: 3909140.

HSL color Cylindrical-coordinate representation of color #14A63B: hue angle of 136.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A63B is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 59 -
CMYK 0.88 0 0.64 0.35
HSL 136.03º 0.78% 0.36% -
HSV(B) 136.03º 0.88% 0.65% -
XYZ 14.71 27.74 8.72 -
YUV 110.15 99.13 63.7 -
System Red Green Blue C M Y K H S L
Decimal 20 166 59 0.88 0 0.64 0.35 136.03 0.78 0.36
Hex 14 A6 3B 58 0 40 23 88 4E 24
Octal 24 246 73 130 0 100 43 210 116 44
Binary 10100 10100110 111011 1011000 0 1000000 100011 10001000 1001110 100100

Color Harmonies of #14A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A63B

Black with #14A63B

Text Example


Text Example

White with #14A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,59); }

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

background-color css

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

 a { background-color: rgb(20,166,59); }

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

border-color css

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

 span { border-color: rgb(20,166,59); }

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