Html Css Color HEX #09934D Pigment Green

📋 copy color: '#09934D'

red 9 ◦ green 147 ◦ blue 77

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

Shades of Pigment Green #09934D

Tints of Pigment Green #09934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 3.86%
G = 63.09%
B = 33.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#09934D (or 0x09934D) is known color: Pigment Green. HEX triplet: 09, 93 and 4D. RGB value is (9,147,77). Sum of RGB (Red+Green+Blue) = 9+147+77=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #09934D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09934D is #F66CB2. Grayscale: #616161. Windows color (decimal): -16149683 or 5083913. OLE color: 5083913.

HSL color Cylindrical-coordinate representation of color #09934D: hue angle of 149.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09934D is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 147 77 -
CMYK 0.94 0 0.48 0.42
HSL 149.57º 0.88% 0.31% -
HSV(B) 149.57º 0.94% 0.58% -
XYZ 11.89 21.46 10.54 -
YUV 97.76 116.28 64.69 -
System Red Green Blue C M Y K H S L
Decimal 9 147 77 0.94 0 0.48 0.42 149.57 0.88 0.31
Hex 9 93 4D 5E 0 30 2A 96 58 1F
Octal 11 223 115 136 0 60 52 226 130 37
Binary 1001 10010011 1001101 1011110 0 110000 101010 10010110 1011000 11111

Color Harmonies of #09934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09934D

Black with #09934D

Text Example


Text Example

White with #09934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09934D; }

 p { color: rgb(9,147,77); }

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

background-color css

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

 a { background-color: rgb(9,147,77); }

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

border-color css

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

 span { border-color: rgb(9,147,77); }

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