Html Css Color HEX #099540 Pigment Green

📋 copy color: '#099540'

red 9 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #099540

Tints of Pigment Green #099540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 67.12%

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 4.05%
G = 67.12%
B = 28.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#099540 (or 0x099540) is known color: Pigment Green. HEX triplet: 09, 95 and 40. RGB value is (9,149,64). Sum of RGB (Red+Green+Blue) = 9+149+64=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #099540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099540 is #F66ABF. Grayscale: #616161. Windows color (decimal): -16149184 or 4232457. OLE color: 4232457.

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

Color convert

RGB 9 149 64 -
CMYK 0.94 0 0.57 0.42
HSL 143.57º 0.89% 0.31% -
HSV(B) 143.57º 0.94% 0.58% -
XYZ 11.79 21.92 8.46 -
YUV 97.45 109.12 64.91 -
System Red Green Blue C M Y K H S L
Decimal 9 149 64 0.94 0 0.57 0.42 143.57 0.89 0.31
Hex 9 95 40 5E 0 39 2A 90 59 1F
Octal 11 225 100 136 0 71 52 220 131 37
Binary 1001 10010101 1000000 1011110 0 111001 101010 10010000 1011001 11111

Color Harmonies of #099540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099540

Black with #099540

Text Example


Text Example

White with #099540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099540; }

 p { color: rgb(9,149,64); }

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

background-color css

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

 a { background-color: rgb(9,149,64); }

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

border-color css

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

 span { border-color: rgb(9,149,64); }

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