Html Css Color HEX #14A83B Dark Pastel Green

📋 copy color: '#14A83B'

red 20 ◦ green 168 ◦ blue 59

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

Shades of Dark Pastel Green #14A83B

Tints of Dark Pastel Green #14A83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 68.02%

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

R = 8.1%
G = 68.02%
B = 23.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#14A83B (or 0x14A83B) is known color: Dark Pastel Green. HEX triplet: 14, A8 and 3B. RGB value is (20,168,59). Sum of RGB (Red+Green+Blue) = 20+168+59=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 168 (66.02% from 255 or 68.02% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 168 - color contains mainly: green. Hex color #14A83B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A83B is #EB57C4. Grayscale: #6F6F6F. Windows color (decimal): -15423429 or 3909652. OLE color: 3909652.

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

Color convert

RGB 20 168 59 -
CMYK 0.88 0 0.65 0.34
HSL 135.81º 0.79% 0.37% -
HSV(B) 135.81º 0.88% 0.66% -
XYZ 15.08 28.47 8.84 -
YUV 111.32 98.47 62.86 -
System Red Green Blue C M Y K H S L
Decimal 20 168 59 0.88 0 0.65 0.34 135.81 0.79 0.37
Hex 14 A8 3B 58 0 41 22 88 4F 25
Octal 24 250 73 130 0 101 42 210 117 45
Binary 10100 10101000 111011 1011000 0 1000001 100010 10001000 1001111 100101

Color Harmonies of #14A83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A83B

Black with #14A83B

Text Example


Text Example

White with #14A83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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