Html Css Color HEX #099352 Pigment Green

📋 copy color: '#099352'

red 9 ◦ green 147 ◦ blue 82

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

Shades of Pigment Green #099352

Tints of Pigment Green #099352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 3.78%
G = 61.76%
B = 34.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#099352 (or 0x099352) is known color: Pigment Green. HEX triplet: 09, 93 and 52. RGB value is (9,147,82). Sum of RGB (Red+Green+Blue) = 9+147+82=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #099352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099352 is #F66CAD. Grayscale: #626262. Windows color (decimal): -16149678 or 5411593. OLE color: 5411593.

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

Color convert

RGB 9 147 82 -
CMYK 0.94 0 0.44 0.42
HSL 151.74º 0.88% 0.31% -
HSV(B) 151.74º 0.94% 0.58% -
XYZ 12.07 21.53 11.5 -
YUV 98.33 118.78 64.29 -
System Red Green Blue C M Y K H S L
Decimal 9 147 82 0.94 0 0.44 0.42 151.74 0.88 0.31
Hex 9 93 52 5E 0 2C 2A 98 58 1F
Octal 11 223 122 136 0 54 52 230 130 37
Binary 1001 10010011 1010010 1011110 0 101100 101010 10011000 1011000 11111

Color Harmonies of #099352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099352

Black with #099352

Text Example


Text Example

White with #099352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099352; }

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

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

background-color css

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

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

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

border-color css

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

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

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