Html Css Color HEX #14953C Pigment Green

📋 copy color: '#14953C'

red 20 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #14953C

Tints of Pigment Green #14953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 8.73%
G = 65.07%
B = 26.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#14953C (or 0x14953C) is known color: Pigment Green. HEX triplet: 14, 95 and 3C. RGB value is (20,149,60). Sum of RGB (Red+Green+Blue) = 20+149+60=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #14953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14953C is #EB6AC3. Grayscale: #646464. Windows color (decimal): -15428292 or 3970324. OLE color: 3970324.

HSL color Cylindrical-coordinate representation of color #14953C: hue angle of 138.6º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14953C is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 60 -
CMYK 0.87 0 0.60 0.42
HSL 138.6º 0.76% 0.33% -
HSV(B) 138.6º 0.87% 0.58% -
XYZ 11.85 21.97 7.89 -
YUV 100.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 20 149 60 0.87 0 0.60 0.42 138.6 0.76 0.33
Hex 14 95 3C 57 0 3C 2A 8B 4C 21
Octal 24 225 74 127 0 74 52 213 114 41
Binary 10100 10010101 111100 1010111 0 111100 101010 10001011 1001100 100001

Color Harmonies of #14953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14953C

Black with #14953C

Text Example


Text Example

White with #14953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14953C; }

 p { color: rgb(20,149,60); }

 H1.HeaderClassName
 {
   color: #14953C;
 }
 .AnyTagClassName
 {
   color: #14953C;
 }
</style>

background-color css

<style>
 a { background-color: #14953C; }

 a { background-color: rgb(20,149,60); }

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

border-color css

<style>
 span { border-color: #14953C; }

 span { border-color: rgb(20,149,60); }

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