Html Css Color HEX #149848 Pigment Green

📋 copy color: '#149848'

red 20 ◦ green 152 ◦ blue 72

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

Shades of Pigment Green #149848

Tints of Pigment Green #149848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.3%

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 8.2%
G = 62.3%
B = 29.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#149848 (or 0x149848) is known color: Pigment Green. HEX triplet: 14, 98 and 48. RGB value is (20,152,72). Sum of RGB (Red+Green+Blue) = 20+152+72=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 152 (59.77% from 255 or 62.30% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 152 - color contains mainly: green. Hex color #149848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149848 is #EB67B7. Grayscale: #676767. Windows color (decimal): -15427512 or 4757524. OLE color: 4757524.

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

Color convert

RGB 20 152 72 -
CMYK 0.87 0 0.53 0.40
HSL 143.64º 0.77% 0.34% -
HSV(B) 143.64º 0.87% 0.6% -
XYZ 12.69 23.07 9.92 -
YUV 103.41 110.27 68.5 -
System Red Green Blue C M Y K H S L
Decimal 20 152 72 0.87 0 0.53 0.40 143.64 0.77 0.34
Hex 14 98 48 57 0 35 28 90 4D 22
Octal 24 230 110 127 0 65 50 220 115 42
Binary 10100 10011000 1001000 1010111 0 110101 101000 10010000 1001101 100010

Color Harmonies of #149848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149848

Black with #149848

Text Example


Text Example

White with #149848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149848; }

 p { color: rgb(20,152,72); }

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

background-color css

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

 a { background-color: rgb(20,152,72); }

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

border-color css

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

 span { border-color: rgb(20,152,72); }

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