Html Css Color HEX #09934B Pigment Green

📋 copy color: '#09934B'

red 9 ◦ green 147 ◦ blue 75

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

Shades of Pigment Green #09934B

Tints of Pigment Green #09934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 3.9%
G = 63.64%
B = 32.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#09934B (or 0x09934B) is known color: Pigment Green. HEX triplet: 09, 93 and 4B. RGB value is (9,147,75). Sum of RGB (Red+Green+Blue) = 9+147+75=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #09934B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09934B is #F66CB4. Grayscale: #616161. Windows color (decimal): -16149685 or 4952841. OLE color: 4952841.

HSL color Cylindrical-coordinate representation of color #09934B: hue angle of 148.7º 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 #09934B is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 147 75 -
CMYK 0.94 0 0.49 0.42
HSL 148.7º 0.88% 0.31% -
HSV(B) 148.7º 0.94% 0.58% -
XYZ 11.82 21.43 10.17 -
YUV 97.53 115.28 64.85 -
System Red Green Blue C M Y K H S L
Decimal 9 147 75 0.94 0 0.49 0.42 148.7 0.88 0.31
Hex 9 93 4B 5E 0 31 2A 95 58 1F
Octal 11 223 113 136 0 61 52 225 130 37
Binary 1001 10010011 1001011 1011110 0 110001 101010 10010101 1011000 11111

Color Harmonies of #09934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09934B

Black with #09934B

Text Example


Text Example

White with #09934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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