Html Css Color HEX #14A039 Pigment Green

📋 copy color: '#14A039'

red 20 ◦ green 160 ◦ blue 57

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

Shades of Pigment Green #14A039

Tints of Pigment Green #14A039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.51%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 8.44%
G = 67.51%
B = 24.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#14A039 (or 0x14A039) is known color: Pigment Green. HEX triplet: 14, A0 and 39. RGB value is (20,160,57). Sum of RGB (Red+Green+Blue) = 20+160+57=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #14A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A039 is #EB5FC6. Grayscale: #6A6A6A. Windows color (decimal): -15425479 or 3776532. OLE color: 3776532.

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

Color convert

RGB 20 160 57 -
CMYK 0.88 0 0.64 0.37
HSL 135.86º 0.78% 0.35% -
HSV(B) 135.86º 0.88% 0.63% -
XYZ 13.6 25.59 8.09 -
YUV 106.4 100.12 66.38 -
System Red Green Blue C M Y K H S L
Decimal 20 160 57 0.88 0 0.64 0.37 135.86 0.78 0.35
Hex 14 A0 39 58 0 40 25 88 4E 23
Octal 24 240 71 130 0 100 45 210 116 43
Binary 10100 10100000 111001 1011000 0 1000000 100101 10001000 1001110 100011

Color Harmonies of #14A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A039

Black with #14A039

Text Example


Text Example

White with #14A039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,160,57); }

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

background-color css

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

 a { background-color: rgb(20,160,57); }

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

border-color css

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

 span { border-color: rgb(20,160,57); }

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