Html Css Color HEX #099243 Pigment Green

📋 copy color: '#099243'

red 9 ◦ green 146 ◦ blue 67

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

Shades of Pigment Green #099243

Tints of Pigment Green #099243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 4.05%
G = 65.77%
B = 30.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#099243 (or 0x099243) is known color: Pigment Green. HEX triplet: 09, 92 and 43. RGB value is (9,146,67). Sum of RGB (Red+Green+Blue) = 9+146+67=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #099243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099243 is #F66DBC. Grayscale: #606060. Windows color (decimal): -16149949 or 4428297. OLE color: 4428297.

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

Color convert

RGB 9 146 67 -
CMYK 0.94 0 0.54 0.43
HSL 145.4º 0.88% 0.3% -
HSV(B) 145.4º 0.94% 0.57% -
XYZ 11.4 21.02 8.77 -
YUV 96.03 111.61 65.92 -
System Red Green Blue C M Y K H S L
Decimal 9 146 67 0.94 0 0.54 0.43 145.4 0.88 0.3
Hex 9 92 43 5E 0 36 2B 91 58 1E
Octal 11 222 103 136 0 66 53 221 130 36
Binary 1001 10010010 1000011 1011110 0 110110 101011 10010001 1011000 11110

Color Harmonies of #099243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099243

Black with #099243

Text Example


Text Example

White with #099243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099243; }

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

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

background-color css

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

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

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

border-color css

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

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

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