Html Css Color HEX #009150 Pigment Green

📋 copy color: '#009150'

red 0 ◦ green 145 ◦ blue 80

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

Shades of Pigment Green #009150

Tints of Pigment Green #009150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 0%
G = 64.44%
B = 35.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#009150 (or 0x009150) is known color: Pigment Green. HEX triplet: 00, 91 and 50. RGB value is (0,145,80). Sum of RGB (Red+Green+Blue) = 0+145+80=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #009150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009150 is #FF6EAF. Grayscale: #5E5E5E. Windows color (decimal): -16740016 or 5280000. OLE color: 5280000.

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

Color convert

RGB 0 145 80 -
CMYK 1 0 0.45 0.43
HSL 153.1º 1% 0.28% -
HSV(B) 153.1º 1% 0.57% -
XYZ 11.57 20.83 11 -
YUV 94.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 0 145 80 1 0 0.45 0.43 153.1 1 0.28
Hex 0 91 50 64 0 2D 2B 99 64 1C
Octal 0 221 120 144 0 55 53 231 144 34
Binary 0 10010001 1010000 1100100 0 101101 101011 10011001 1100100 11100

Color Harmonies of #009150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009150

Black with #009150

Text Example


Text Example

White with #009150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009150; }

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

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

background-color css

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

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

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

border-color css

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

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

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