Html Css Color HEX #00904A Pigment Green

📋 copy color: '#00904A'

red 0 ◦ green 144 ◦ blue 74

#00904A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #00904A

Tints of Pigment Green #00904A

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.3% from 255) = 33.94%

R = 0%
G = 66.06%
B = 33.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#00904A (or 0x00904A) is known color: 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

RGB 0 144 74 -
CMYK 1 0 0.49 0.44
HSL 150.83º 1% 0.28% -
HSV(B) 150.83º 1% 0.56% -
XYZ 11.21 20.44 9.83 -
YUV 92.96 117.29 61.69 -
System Red Green Blue C M Y K H S L
Decimal 0 144 74 1 0 0.49 0.44 150.83 1 0.28
Hex 0 90 4A 64 0 31 2C 97 64 1C
Octal 0 220 112 144 0 61 54 227 144 34
Binary 0 10010000 1001010 1100100 0 110001 101100 10010111 1100100 11100

Color Harmonies of #00904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00904A

Black with #00904A

Text Example


Text Example

White with #00904A

Text Example


Text Example

HTML Codes & Css Web 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>