Html Css Color HEX #099848 Pigment Green

📋 copy color: '#099848'

red 9 ◦ green 152 ◦ blue 72

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

Shades of Pigment Green #099848

Tints of Pigment Green #099848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 65.24%

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

R = 3.86%
G = 65.24%
B = 30.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#099848 (or 0x099848) is known color: Pigment Green. HEX triplet: 09, 98 and 48. RGB value is (9,152,72). Sum of RGB (Red+Green+Blue) = 9+152+72=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #099848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099848 is #F667B7. Grayscale: #646464. Windows color (decimal): -16148408 or 4757513. OLE color: 4757513.

HSL color Cylindrical-coordinate representation of color #099848: hue angle of 146.43º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099848 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 72 -
CMYK 0.94 0 0.53 0.40
HSL 146.43º 0.89% 0.32% -
HSV(B) 146.43º 0.94% 0.6% -
XYZ 12.51 22.98 9.91 -
YUV 100.12 112.12 63 -
System Red Green Blue C M Y K H S L
Decimal 9 152 72 0.94 0 0.53 0.40 146.43 0.89 0.32
Hex 9 98 48 5E 0 35 28 92 59 20
Octal 11 230 110 136 0 65 50 222 131 40
Binary 1001 10011000 1001000 1011110 0 110101 101000 10010010 1011001 100000

Color Harmonies of #099848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099848

Black with #099848

Text Example


Text Example

White with #099848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099848; }

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

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

background-color css

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

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

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

border-color css

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

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

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