Html Css Color HEX #099042 Pigment Green

📋 copy color: '#099042'

red 9 ◦ green 144 ◦ blue 66

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

Shades of Pigment Green #099042

Tints of Pigment Green #099042

RGB

 RED value IS 9 (3.91% from 255) = 4.11%

 GREEN value IS 144 (56.64% from 255) = 65.75%

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

R = 4.11%
G = 65.75%
B = 30.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#099042 (or 0x099042) is known color: Pigment Green. HEX triplet: 09, 90 and 42. RGB value is (9,144,66). Sum of RGB (Red+Green+Blue) = 9+144+66=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #099042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099042 is #F66FBD. Grayscale: #5E5E5E. Windows color (decimal): -16150462 or 4362249. OLE color: 4362249.

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

Color convert

RGB 9 144 66 -
CMYK 0.94 0 0.54 0.44
HSL 145.33º 0.88% 0.3% -
HSV(B) 145.33º 0.94% 0.56% -
XYZ 11.07 20.4 8.51 -
YUV 94.74 111.77 66.84 -
System Red Green Blue C M Y K H S L
Decimal 9 144 66 0.94 0 0.54 0.44 145.33 0.88 0.3
Hex 9 90 42 5E 0 36 2C 91 58 1E
Octal 11 220 102 136 0 66 54 221 130 36
Binary 1001 10010000 1000010 1011110 0 110110 101100 10010001 1011000 11110

Color Harmonies of #099042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099042

Black with #099042

Text Example


Text Example

White with #099042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099042; }

 p { color: rgb(9,144,66); }

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

background-color css

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

 a { background-color: rgb(9,144,66); }

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

border-color css

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

 span { border-color: rgb(9,144,66); }

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