#09974B

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

Shades of Pigment Green #09974B

Tints of Pigment Green #09974B

Color information

#09974B (or 0x09974B) is unknown color: approx Pigment Green. HEX triplet: 09, 97 and 4B. RGB value is (9,151,75). Sum of RGB (Red+Green+Blue) = 9+151+75=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #09974B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09974B is #F668B4. Grayscale: #646464. Windows color (decimal): -16148661 or 4953865. OLE color: 4953865.

HSL color Cylindrical-coordinate representation of color #09974B: hue angle of 147.89º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09974B is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB915175-
CMYK0.9400.500.41
HSL147.89º88.75%31.37%-
HSV(B)147.89º94.04%59.22%-
XYZ12.4522.710.38-
YUV99.88113.9663.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=3.83%
G=64.26%
B=31.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9151750.9400.500.41147.8988.7531.37
Hex9974B5E0322994591f
Octal112271131360625122413137
Binary10011001011110010111011110011001010100110010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09974B; }

 p { color: rgb(9,151,75); }

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

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

 a { background-color: rgb(9,151,75); }

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

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

 span { border-color: rgb(9,151,75); }

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