Html Css Color HEX #009144 Pigment Green

📋 copy color: '#009144'

red 0 ◦ green 145 ◦ blue 68

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

Shades of Pigment Green #009144

Tints of Pigment Green #009144

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 145 (57.03% from 255) = 68.08%

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 0%
G = 68.08%
B = 31.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#009144 (or 0x009144) is known color: Pigment Green. HEX triplet: 00, 91 and 44. RGB value is (0,145,68). Sum of RGB (Red+Green+Blue) = 0+145+68=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #009144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009144 is #FF6EBB. Grayscale: #5D5D5D. Windows color (decimal): -16740028 or 4493568. OLE color: 4493568.

HSL color Cylindrical-coordinate representation of color #009144: hue angle of 148.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009144 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 68 -
CMYK 1 0 0.53 0.43
HSL 148.14º 1% 0.28% -
HSV(B) 148.14º 1% 0.57% -
XYZ 11.17 20.67 8.87 -
YUV 92.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 0 145 68 1 0 0.53 0.43 148.14 1 0.28
Hex 0 91 44 64 0 35 2B 94 64 1C
Octal 0 221 104 144 0 65 53 224 144 34
Binary 0 10010001 1000100 1100100 0 110101 101011 10010100 1100100 11100

Color Harmonies of #009144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009144

Black with #009144

Text Example


Text Example

White with #009144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009144; }

 p { color: rgb(0,145,68); }

 H1.HeaderClassName
 {
   color: #009144;
 }
 .AnyTagClassName
 {
   color: #009144;
 }
</style>

background-color css

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

 a { background-color: rgb(0,145,68); }

 div.DivClassName
 {
   background-color: #009144;
 }
 .BgClassName
 {
   background-color: #009144;
 }
</style>

border-color css

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

 span { border-color: rgb(0,145,68); }

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