#099C35

Color #099C35 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #099C35

Tints of Pigment Green #099C35

Color information

#099C35 (or 0x099C35) is unknown color: approx Pigment Green. HEX triplet: 09, 9C and 35. RGB value is (9,156,53). Sum of RGB (Red+Green+Blue) = 9+156+53=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 156 (61.33% from 255 or 71.56% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 156 - color contains mainly: green. Hex color #099C35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C35 is #F663CA. Grayscale: #646464. Windows color (decimal): -16147403 or 3513353. OLE color: 3513353.

HSL color Cylindrical-coordinate representation of color #099C35: hue angle of 137.96º 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 #099C35 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB915653-
CMYK0.9400.660.39
HSL137.96º89.09%32.35%-
HSV(B)137.96º94.23%61.18%-
XYZ12.6424.097.35-
YUV100.3101.362.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 156 (61.33% from 255) = 71.56%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=4.13%
G=71.56%
B=24.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156530.9400.660.39137.9689.0932.35
Hex99C355E042278a5920
Octal112346513601024721213140
Binary100110011100110101101111001000010100111100010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #099C35;
 }
 .AnyTagClassName
 {
   color: #099C35;
 }
</style>
background-color css

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

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

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

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

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

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