#099A42

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

Shades of Pigment Green #099A42

Tints of Pigment Green #099A42

Color information

#099A42 (or 0x099A42) is unknown color: approx Pigment Green. HEX triplet: 09, 9A and 42. RGB value is (9,154,66). Sum of RGB (Red+Green+Blue) = 9+154+66=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 154 (60.55% from 255 or 67.25% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 154 - color contains mainly: green. Hex color #099A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099A42 is #F665BD. Grayscale: #646464. Windows color (decimal): -16147902 or 4364809. OLE color: 4364809.

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

Color convert

RGB915466-
CMYK0.9400.570.40
HSL143.59º88.96%31.96%-
HSV(B)143.59º94.16%60.39%-
XYZ12.6523.569.04-
YUV100.61108.4662.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 154 (60.55% from 255) = 67.25%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=3.93%
G=67.25%
B=28.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9154660.9400.570.40143.5988.9631.96
Hex99A425E03928905920
Octal112321021360715022013140
Binary100110011010100001010111100111001101000100100001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,154,66); }

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

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

 a { background-color: rgb(9,154,66); }

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

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

 span { border-color: rgb(9,154,66); }

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