Html Css Color HEX #14A758 Pigment Green

📋 copy color: '#14A758'

red 20 ◦ green 167 ◦ blue 88

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

Shades of Pigment Green #14A758

Tints of Pigment Green #14A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.73%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 7.27%
G = 60.73%
B = 32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#14A758 (or 0x14A758) is known color: Pigment Green. HEX triplet: 14, A7 and 58. RGB value is (20,167,88). Sum of RGB (Red+Green+Blue) = 20+167+88=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 167 (65.62% from 255 or 60.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 167 - color contains mainly: green. Hex color #14A758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A758 is #EB58A7. Grayscale: #727272. Windows color (decimal): -15423656 or 5809940. OLE color: 5809940.

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

Color convert

RGB 20 167 88 -
CMYK 0.88 0 0.47 0.35
HSL 147.76º 0.79% 0.37% -
HSV(B) 147.76º 0.88% 0.65% -
XYZ 15.87 28.49 13.9 -
YUV 114.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 20 167 88 0.88 0 0.47 0.35 147.76 0.79 0.37
Hex 14 A7 58 58 0 2F 23 94 4F 25
Octal 24 247 130 130 0 57 43 224 117 45
Binary 10100 10100111 1011000 1011000 0 101111 100011 10010100 1001111 100101

Color Harmonies of #14A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A758

Black with #14A758

Text Example


Text Example

White with #14A758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,167,88); }

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

background-color css

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

 a { background-color: rgb(20,167,88); }

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

border-color css

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

 span { border-color: rgb(20,167,88); }

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