Html Css Color HEX #149554 Pigment Green

📋 copy color: '#149554'

red 20 ◦ green 149 ◦ blue 84

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

Shades of Pigment Green #149554

Tints of Pigment Green #149554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 7.91%
G = 58.89%
B = 33.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#149554 (or 0x149554) is known color: Pigment Green. HEX triplet: 14, 95 and 54. RGB value is (20,149,84). Sum of RGB (Red+Green+Blue) = 20+149+84=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #149554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149554 is #EB6AAB. Grayscale: #676767. Windows color (decimal): -15428268 or 5543188. OLE color: 5543188.

HSL color Cylindrical-coordinate representation of color #149554: hue angle of 149.77º 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 #149554 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 84 -
CMYK 0.87 0 0.44 0.42
HSL 149.77º 0.76% 0.33% -
HSV(B) 149.77º 0.87% 0.58% -
XYZ 12.64 22.28 12.02 -
YUV 103.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 20 149 84 0.87 0 0.44 0.42 149.77 0.76 0.33
Hex 14 95 54 57 0 2C 2A 96 4C 21
Octal 24 225 124 127 0 54 52 226 114 41
Binary 10100 10010101 1010100 1010111 0 101100 101010 10010110 1001100 100001

Color Harmonies of #149554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149554

Black with #149554

Text Example


Text Example

White with #149554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149554; }

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

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

background-color css

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

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

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

border-color css

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

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

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