Html Css Color HEX #099249 Pigment Green

📋 copy color: '#099249'

red 9 ◦ green 146 ◦ blue 73

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

Shades of Pigment Green #099249

Tints of Pigment Green #099249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.04%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 3.95%
G = 64.04%
B = 32.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#099249 (or 0x099249) is known color: Pigment Green. HEX triplet: 09, 92 and 49. RGB value is (9,146,73). Sum of RGB (Red+Green+Blue) = 9+146+73=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #099249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099249 is #F66DB6. Grayscale: #606060. Windows color (decimal): -16149943 or 4821513. OLE color: 4821513.

HSL color Cylindrical-coordinate representation of color #099249: hue angle of 148.03º degrees, saturation: 0.88, 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 #099249 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 73 -
CMYK 0.94 0 0.5 0.43
HSL 148.03º 0.88% 0.3% -
HSV(B) 148.03º 0.94% 0.57% -
XYZ 11.59 21.1 9.76 -
YUV 96.72 114.61 65.44 -
System Red Green Blue C M Y K H S L
Decimal 9 146 73 0.94 0 0.5 0.43 148.03 0.88 0.3
Hex 9 92 49 5E 0 32 2B 94 58 1E
Octal 11 222 111 136 0 62 53 224 130 36
Binary 1001 10010010 1001001 1011110 0 110010 101011 10010100 1011000 11110

Color Harmonies of #099249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099249

Black with #099249

Text Example


Text Example

White with #099249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099249; }

 p { color: rgb(9,146,73); }

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

background-color css

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

 a { background-color: rgb(9,146,73); }

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

border-color css

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

 span { border-color: rgb(9,146,73); }

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