#00904A

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

Shades of Pigment Green #00904A

Tints of Pigment Green #00904A

Color information

#00904A (or 0x00904A) is unknown color: approx Pigment Green. HEX triplet: 00, 90 and 4A. RGB value is (0,144,74). Sum of RGB (Red+Green+Blue) = 0+144+74=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 144 (56.64% from 255 or 66.06% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 144 - color contains mainly: green. Hex color #00904A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00904A is #FF6FB5. Grayscale: #5D5D5D. Windows color (decimal): -16740278 or 4886528. OLE color: 4886528.

HSL color Cylindrical-coordinate representation of color #00904A: hue angle of 150.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00904A is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB014474-
CMYK100.490.44
HSL150.83º100%28.24%-
HSV(B)150.83º100%56.47%-
XYZ11.2120.449.83-
YUV92.96117.2961.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 66.06%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=0%
G=66.06%
B=33.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014474100.490.44150.8310028.24
Hex0904A640312C97641c
Octal02201121440615422714434
Binary01001000010010101100100011000110110010010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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