Html Css Color HEX #149955 Pigment Green

📋 copy color: '#149955'

red 20 ◦ green 153 ◦ blue 85

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

Shades of Pigment Green #149955

Tints of Pigment Green #149955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 59.3%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 7.75%
G = 59.3%
B = 32.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#149955 (or 0x149955) is known color: Pigment Green. HEX triplet: 14, 99 and 55. RGB value is (20,153,85). Sum of RGB (Red+Green+Blue) = 20+153+85=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #149955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149955 is #EB66AA. Grayscale: #696969. Windows color (decimal): -15427243 or 5609748. OLE color: 5609748.

HSL color Cylindrical-coordinate representation of color #149955: hue angle of 149.32º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149955 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 85 -
CMYK 0.87 0 0.44 0.4
HSL 149.32º 0.77% 0.34% -
HSV(B) 149.32º 0.87% 0.6% -
XYZ 13.32 23.59 12.45 -
YUV 105.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 20 153 85 0.87 0 0.44 0.4 149.32 0.77 0.34
Hex 14 99 55 57 0 2C 28 95 4D 22
Octal 24 231 125 127 0 54 50 225 115 42
Binary 10100 10011001 1010101 1010111 0 101100 101000 10010101 1001101 100010

Color Harmonies of #149955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149955

Black with #149955

Text Example


Text Example

White with #149955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149955; }

 p { color: rgb(20,153,85); }

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

background-color css

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

 a { background-color: rgb(20,153,85); }

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

border-color css

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

 span { border-color: rgb(20,153,85); }

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