Html Css Color HEX #009140 Pigment Green

📋 copy color: '#009140'

red 0 ◦ green 145 ◦ blue 64

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

Shades of Pigment Green #009140

Tints of Pigment Green #009140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 0%
G = 69.38%
B = 30.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#009140 (or 0x009140) is known color: Pigment Green. HEX triplet: 00, 91 and 40. RGB value is (0,145,64). Sum of RGB (Red+Green+Blue) = 0+145+64=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #009140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009140 is #FF6EBF. Grayscale: #5C5C5C. Windows color (decimal): -16740032 or 4231424. OLE color: 4231424.

HSL color Cylindrical-coordinate representation of color #009140: hue angle of 146.48º 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 #009140 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 64 -
CMYK 1 0 0.56 0.43
HSL 146.48º 1% 0.28% -
HSV(B) 146.48º 1% 0.57% -
XYZ 11.05 20.62 8.25 -
YUV 92.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 0 145 64 1 0 0.56 0.43 146.48 1 0.28
Hex 0 91 40 64 0 38 2B 92 64 1C
Octal 0 221 100 144 0 70 53 222 144 34
Binary 0 10010001 1000000 1100100 0 111000 101011 10010010 1100100 11100

Color Harmonies of #009140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009140

Black with #009140

Text Example


Text Example

White with #009140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009140; }

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

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

background-color css

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

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

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

border-color css

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

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

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