Html Css Color HEX #089142 Pigment Green

📋 copy color: '#089142'

red 8 ◦ green 145 ◦ blue 66

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

Shades of Pigment Green #089142

Tints of Pigment Green #089142

RGB

 RED value IS 8 (3.52% from 255) = 3.65%

 GREEN value IS 145 (57.03% from 255) = 66.21%

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 3.65%
G = 66.21%
B = 30.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#089142 (or 0x089142) is known color: Pigment Green. HEX triplet: 08, 91 and 42. RGB value is (8,145,66). Sum of RGB (Red+Green+Blue) = 8+145+66=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #089142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089142 is #F76EBD. Grayscale: #5F5F5F. Windows color (decimal): -16215742 or 4362504. OLE color: 4362504.

HSL color Cylindrical-coordinate representation of color #089142: hue angle of 145.4º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089142 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 66 -
CMYK 0.94 0 0.54 0.43
HSL 145.4º 0.9% 0.3% -
HSV(B) 145.4º 0.94% 0.57% -
XYZ 11.21 20.7 8.56 -
YUV 95.03 111.61 65.92 -
System Red Green Blue C M Y K H S L
Decimal 8 145 66 0.94 0 0.54 0.43 145.4 0.9 0.3
Hex 8 91 42 5E 0 36 2B 91 5A 1E
Octal 10 221 102 136 0 66 53 221 132 36
Binary 1000 10010001 1000010 1011110 0 110110 101011 10010001 1011010 11110

Color Harmonies of #089142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089142

Black with #089142

Text Example


Text Example

White with #089142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089142; }

 p { color: rgb(8,145,66); }

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

background-color css

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

 a { background-color: rgb(8,145,66); }

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

border-color css

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

 span { border-color: rgb(8,145,66); }

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