Html Css Color HEX #099B46 Pigment Green

📋 copy color: '#099B46'

red 9 ◦ green 155 ◦ blue 70

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

Shades of Pigment Green #099B46

Tints of Pigment Green #099B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 66.24%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 3.85%
G = 66.24%
B = 29.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#099B46 (or 0x099B46) is known color: Pigment Green. HEX triplet: 09, 9B and 46. RGB value is (9,155,70). Sum of RGB (Red+Green+Blue) = 9+155+70=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #099B46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099B46 is #F664B9. Grayscale: #656565. Windows color (decimal): -16147642 or 4627209. OLE color: 4627209.

HSL color Cylindrical-coordinate representation of color #099B46: hue angle of 145.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B46 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 155 70 -
CMYK 0.94 0 0.55 0.39
HSL 145.07º 0.89% 0.32% -
HSV(B) 145.07º 0.94% 0.61% -
XYZ 12.94 23.94 9.73 -
YUV 101.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 9 155 70 0.94 0 0.55 0.39 145.07 0.89 0.32
Hex 9 9B 46 5E 0 37 27 91 59 20
Octal 11 233 106 136 0 67 47 221 131 40
Binary 1001 10011011 1000110 1011110 0 110111 100111 10010001 1011001 100000

Color Harmonies of #099B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B46

Black with #099B46

Text Example


Text Example

White with #099B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099B46; }

 p { color: rgb(9,155,70); }

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

background-color css

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

 a { background-color: rgb(9,155,70); }

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

border-color css

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

 span { border-color: rgb(9,155,70); }

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