Html Css Color HEX #009C50 Pigment Green

📋 copy color: '#009C50'

red 0 ◦ green 156 ◦ blue 80

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

Shades of Pigment Green #009C50

Tints of Pigment Green #009C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 66.1%

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

R = 0%
G = 66.1%
B = 33.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#009C50 (or 0x009C50) is known color: Pigment Green. HEX triplet: 00, 9C and 50. RGB value is (0,156,80). Sum of RGB (Red+Green+Blue) = 0+156+80=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #009C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C50 is #FF63AF. Grayscale: #646464. Windows color (decimal): -16737200 or 5282816. OLE color: 5282816.

HSL color Cylindrical-coordinate representation of color #009C50: hue angle of 150.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C50 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 80 -
CMYK 1 0 0.49 0.39
HSL 150.77º 1% 0.31% -
HSV(B) 150.77º 1% 0.61% -
XYZ 13.34 24.36 11.59 -
YUV 100.69 116.32 56.18 -
System Red Green Blue C M Y K H S L
Decimal 0 156 80 1 0 0.49 0.39 150.77 1 0.31
Hex 0 9C 50 64 0 31 27 97 64 1F
Octal 0 234 120 144 0 61 47 227 144 37
Binary 0 10011100 1010000 1100100 0 110001 100111 10010111 1100100 11111

Color Harmonies of #009C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C50

Black with #009C50

Text Example


Text Example

White with #009C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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