Html Css Color HEX #099535 Pigment Green

📋 copy color: '#099535'

red 9 ◦ green 149 ◦ blue 53

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

Shades of Pigment Green #099535

Tints of Pigment Green #099535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 4.27%
G = 70.62%
B = 25.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#099535 (or 0x099535) is known color: Pigment Green. HEX triplet: 09, 95 and 35. RGB value is (9,149,53). Sum of RGB (Red+Green+Blue) = 9+149+53=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #099535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099535 is #F66ACA. Grayscale: #606060. Windows color (decimal): -16149195 or 3511561. OLE color: 3511561.

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

Color convert

RGB 9 149 53 -
CMYK 0.94 0 0.64 0.42
HSL 138.86º 0.89% 0.31% -
HSV(B) 138.86º 0.94% 0.58% -
XYZ 11.5 21.81 6.97 -
YUV 96.2 103.62 65.81 -
System Red Green Blue C M Y K H S L
Decimal 9 149 53 0.94 0 0.64 0.42 138.86 0.89 0.31
Hex 9 95 35 5E 0 40 2A 8B 59 1F
Octal 11 225 65 136 0 100 52 213 131 37
Binary 1001 10010101 110101 1011110 0 1000000 101010 10001011 1011001 11111

Color Harmonies of #099535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099535

Black with #099535

Text Example


Text Example

White with #099535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099535; }

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

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

background-color css

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

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

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

border-color css

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

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

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