Html Css Color HEX #009C4A Pigment Green

📋 copy color: '#009C4A'

red 0 ◦ green 156 ◦ blue 74

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

Shades of Pigment Green #009C4A

Tints of Pigment Green #009C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 0%
G = 67.83%
B = 32.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#009C4A (or 0x009C4A) is known color: Pigment Green. HEX triplet: 00, 9C and 4A. RGB value is (0,156,74). Sum of RGB (Red+Green+Blue) = 0+156+74=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #009C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C4A is #FF63B5. Grayscale: #646464. Windows color (decimal): -16737206 or 4889600. OLE color: 4889600.

HSL color Cylindrical-coordinate representation of color #009C4A: hue angle of 148.46º 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 #009C4A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 74 -
CMYK 1 0 0.53 0.39
HSL 148.46º 1% 0.31% -
HSV(B) 148.46º 1% 0.61% -
XYZ 13.12 24.27 10.47 -
YUV 100.01 113.32 56.67 -
System Red Green Blue C M Y K H S L
Decimal 0 156 74 1 0 0.53 0.39 148.46 1 0.31
Hex 0 9C 4A 64 0 35 27 94 64 1F
Octal 0 234 112 144 0 65 47 224 144 37
Binary 0 10011100 1001010 1100100 0 110101 100111 10010100 1100100 11111

Color Harmonies of #009C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C4A

Black with #009C4A

Text Example


Text Example

White with #009C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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