Html Css Color HEX #099345 Pigment Green

📋 copy color: '#099345'

red 9 ◦ green 147 ◦ blue 69

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

Shades of Pigment Green #099345

Tints of Pigment Green #099345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 4%
G = 65.33%
B = 30.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#099345 (or 0x099345) is known color: Pigment Green. HEX triplet: 09, 93 and 45. RGB value is (9,147,69). Sum of RGB (Red+Green+Blue) = 9+147+69=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #099345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099345 is #F66CBA. Grayscale: #616161. Windows color (decimal): -16149691 or 4559625. OLE color: 4559625.

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

Color convert

RGB 9 147 69 -
CMYK 0.94 0 0.53 0.42
HSL 146.09º 0.88% 0.31% -
HSV(B) 146.09º 0.94% 0.58% -
XYZ 11.62 21.36 9.14 -
YUV 96.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 9 147 69 0.94 0 0.53 0.42 146.09 0.88 0.31
Hex 9 93 45 5E 0 35 2A 92 58 1F
Octal 11 223 105 136 0 65 52 222 130 37
Binary 1001 10010011 1000101 1011110 0 110101 101010 10010010 1011000 11111

Color Harmonies of #099345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099345

Black with #099345

Text Example


Text Example

White with #099345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099345; }

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

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

background-color css

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

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

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

border-color css

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

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

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