Html Css Color HEX #149653 Pigment Green

📋 copy color: '#149653'

red 20 ◦ green 150 ◦ blue 83

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

Shades of Pigment Green #149653

Tints of Pigment Green #149653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.29%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 7.91%
G = 59.29%
B = 32.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#149653 (or 0x149653) is known color: Pigment Green. HEX triplet: 14, 96 and 53. RGB value is (20,150,83). Sum of RGB (Red+Green+Blue) = 20+150+83=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #149653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149653 is #EB69AC. Grayscale: #676767. Windows color (decimal): -15428013 or 5477908. OLE color: 5477908.

HSL color Cylindrical-coordinate representation of color #149653: hue angle of 149.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149653 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 83 -
CMYK 0.87 0 0.45 0.41
HSL 149.08º 0.76% 0.33% -
HSV(B) 149.08º 0.87% 0.59% -
XYZ 12.76 22.59 11.87 -
YUV 103.49 116.43 68.45 -
System Red Green Blue C M Y K H S L
Decimal 20 150 83 0.87 0 0.45 0.41 149.08 0.76 0.33
Hex 14 96 53 57 0 2D 29 95 4C 21
Octal 24 226 123 127 0 55 51 225 114 41
Binary 10100 10010110 1010011 1010111 0 101101 101001 10010101 1001100 100001

Color Harmonies of #149653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149653

Black with #149653

Text Example


Text Example

White with #149653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149653; }

 p { color: rgb(20,150,83); }

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

background-color css

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

 a { background-color: rgb(20,150,83); }

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

border-color css

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

 span { border-color: rgb(20,150,83); }

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