Html Css Color HEX #099342 Pigment Green

📋 copy color: '#099342'

red 9 ◦ green 147 ◦ blue 66

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

Shades of Pigment Green #099342

Tints of Pigment Green #099342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.22%

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

R = 4.05%
G = 66.22%
B = 29.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#099342 (or 0x099342) is known color: Pigment Green. HEX triplet: 09, 93 and 42. RGB value is (9,147,66). Sum of RGB (Red+Green+Blue) = 9+147+66=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #099342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099342 is #F66CBD. Grayscale: #606060. Windows color (decimal): -16149694 or 4363017. OLE color: 4363017.

HSL color Cylindrical-coordinate representation of color #099342: hue angle of 144.78º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099342 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 147 66 -
CMYK 0.94 0 0.55 0.42
HSL 144.78º 0.88% 0.31% -
HSV(B) 144.78º 0.94% 0.58% -
XYZ 11.53 21.32 8.66 -
YUV 96.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 9 147 66 0.94 0 0.55 0.42 144.78 0.88 0.31
Hex 9 93 42 5E 0 37 2A 91 58 1F
Octal 11 223 102 136 0 67 52 221 130 37
Binary 1001 10010011 1000010 1011110 0 110111 101010 10010001 1011000 11111

Color Harmonies of #099342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099342

Black with #099342

Text Example


Text Example

White with #099342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099342; }

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

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

background-color css

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

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

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

border-color css

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

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

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