Html Css Color HEX #09963A Pigment Green

📋 copy color: '#09963A'

red 9 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #09963A

Tints of Pigment Green #09963A

RGB

 RED value IS 9 (3.91% from 255) = 4.15%

 GREEN value IS 150 (58.98% from 255) = 69.12%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 4.15%
G = 69.12%
B = 26.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#09963A (or 0x09963A) is known color: Pigment Green. HEX triplet: 09, 96 and 3A. RGB value is (9,150,58). Sum of RGB (Red+Green+Blue) = 9+150+58=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #09963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09963A is #F669C5. Grayscale: #616161. Windows color (decimal): -16148934 or 3839497. OLE color: 3839497.

HSL color Cylindrical-coordinate representation of color #09963A: hue angle of 140.85º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09963A is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 58 -
CMYK 0.94 0 0.61 0.41
HSL 140.85º 0.89% 0.31% -
HSV(B) 140.85º 0.94% 0.59% -
XYZ 11.78 22.18 7.66 -
YUV 97.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 9 150 58 0.94 0 0.61 0.41 140.85 0.89 0.31
Hex 9 96 3A 5E 0 3D 29 8D 59 1F
Octal 11 226 72 136 0 75 51 215 131 37
Binary 1001 10010110 111010 1011110 0 111101 101001 10001101 1011001 11111

Color Harmonies of #09963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09963A

Black with #09963A

Text Example


Text Example

White with #09963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09963A; }

 p { color: rgb(9,150,58); }

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

background-color css

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

 a { background-color: rgb(9,150,58); }

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

border-color css

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

 span { border-color: rgb(9,150,58); }

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