#00954A

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

Shades of Pigment Green #00954A

Tints of Pigment Green #00954A

Color information

#00954A (or 0x00954A) is unknown color: approx Pigment Green. HEX triplet: 00, 95 and 4A. RGB value is (0,149,74). Sum of RGB (Red+Green+Blue) = 0+149+74=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #00954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00954A is #FF6AB5. Grayscale: #606060. Windows color (decimal): -16738998 or 4887808. OLE color: 4887808.

HSL color Cylindrical-coordinate representation of color #00954A: hue angle of 149.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00954A is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB014974-
CMYK100.500.42
HSL149.8º100%29.22%-
HSV(B)149.8º100%58.43%-
XYZ11.9821.9910.09-
YUV95.9115.6459.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 66.82%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=0%
G=66.82%
B=33.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014974100.500.42149.810029.22
Hex0954A640322A96641d
Octal02251121440625222614435
Binary01001010110010101100100011001010101010010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00954A; }

 p { color: rgb(0,149,74); }

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

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

 a { background-color: rgb(0,149,74); }

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

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

 span { border-color: rgb(0,149,74); }

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