Html Css Color HEX #009C32 Pigment Green

📋 copy color: '#009C32'

red 0 ◦ green 156 ◦ blue 50

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

Shades of Pigment Green #009C32

Tints of Pigment Green #009C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 0%
G = 75.73%
B = 24.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#009C32 (or 0x009C32) is known color: Pigment Green. HEX triplet: 00, 9C and 32. RGB value is (0,156,50). Sum of RGB (Red+Green+Blue) = 0+156+50=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 156 (61.33% from 255 or 75.73% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 156 - color contains mainly: green. Hex color #009C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009C32 is #FF63CD. Grayscale: #616161. Windows color (decimal): -16737230 or 3316736. OLE color: 3316736.

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

Color convert

RGB 0 156 50 -
CMYK 1 0 0.68 0.39
HSL 139.23º 1% 0.31% -
HSV(B) 139.23º 1% 0.61% -
XYZ 12.46 24.01 6.99 -
YUV 97.27 101.32 58.62 -
System Red Green Blue C M Y K H S L
Decimal 0 156 50 1 0 0.68 0.39 139.23 1 0.31
Hex 0 9C 32 64 0 44 27 8B 64 1F
Octal 0 234 62 144 0 104 47 213 144 37
Binary 0 10011100 110010 1100100 0 1000100 100111 10001011 1100100 11111

Color Harmonies of #009C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C32

Black with #009C32

Text Example


Text Example

White with #009C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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