Html Css Color HEX #099445 Pigment Green

📋 copy color: '#099445'

red 9 ◦ green 148 ◦ blue 69

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

Shades of Pigment Green #099445

Tints of Pigment Green #099445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

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

R = 3.98%
G = 65.49%
B = 30.53%

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

#099445 (or 0x099445) is known color: Pigment Green. HEX triplet: 09, 94 and 45. RGB value is (9,148,69). Sum of RGB (Red+Green+Blue) = 9+148+69=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #099445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099445 is #F66BBA. Grayscale: #616161. Windows color (decimal): -16149435 or 4559881. OLE color: 4559881.

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

Color convert

RGB 9 148 69 -
CMYK 0.94 0 0.53 0.42
HSL 145.9º 0.89% 0.31% -
HSV(B) 145.9º 0.94% 0.58% -
XYZ 11.78 21.67 9.19 -
YUV 97.43 111.95 64.92 -
System Red Green Blue C M Y K H S L
Decimal 9 148 69 0.94 0 0.53 0.42 145.9 0.89 0.31
Hex 9 94 45 5E 0 35 2A 92 59 1F
Octal 11 224 105 136 0 65 52 222 131 37
Binary 1001 10010100 1000101 1011110 0 110101 101010 10010010 1011001 11111

Color Harmonies of #099445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099445

Black with #099445

Text Example


Text Example

White with #099445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099445; }

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

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

background-color css

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

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

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

border-color css

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

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

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