Html Css Color HEX #099648 Pigment Green

📋 copy color: '#099648'

red 9 ◦ green 150 ◦ blue 72

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

Shades of Pigment Green #099648

Tints of Pigment Green #099648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.17%

R = 3.9%
G = 64.94%
B = 31.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#099648 (or 0x099648) is known color: Pigment Green. HEX triplet: 09, 96 and 48. RGB value is (9,150,72). Sum of RGB (Red+Green+Blue) = 9+150+72=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #099648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099648 is #F669B7. Grayscale: #636363. Windows color (decimal): -16148920 or 4757001. OLE color: 4757001.

HSL color Cylindrical-coordinate representation of color #099648: hue angle of 146.81º 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 #099648 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 72 -
CMYK 0.94 0 0.52 0.41
HSL 146.81º 0.89% 0.31% -
HSV(B) 146.81º 0.94% 0.59% -
XYZ 12.19 22.34 9.8 -
YUV 98.95 112.79 63.84 -
System Red Green Blue C M Y K H S L
Decimal 9 150 72 0.94 0 0.52 0.41 146.81 0.89 0.31
Hex 9 96 48 5E 0 34 29 93 59 1F
Octal 11 226 110 136 0 64 51 223 131 37
Binary 1001 10010110 1001000 1011110 0 110100 101001 10010011 1011001 11111

Color Harmonies of #099648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099648

Black with #099648

Text Example


Text Example

White with #099648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099648; }

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

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

background-color css

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

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

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

border-color css

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

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

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