Html Css Color HEX #099852 Pigment Green

📋 copy color: '#099852'

red 9 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #099852

Tints of Pigment Green #099852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 3.7%
G = 62.55%
B = 33.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#099852 (or 0x099852) is known color: Pigment Green. HEX triplet: 09, 98 and 52. RGB value is (9,152,82). Sum of RGB (Red+Green+Blue) = 9+152+82=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #099852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099852 is #F667AD. Grayscale: #656565. Windows color (decimal): -16148398 or 5412873. OLE color: 5412873.

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

Color convert

RGB 9 152 82 -
CMYK 0.94 0 0.46 0.40
HSL 150.63º 0.89% 0.32% -
HSV(B) 150.63º 0.94% 0.6% -
XYZ 12.86 23.12 11.77 -
YUV 101.26 117.12 62.19 -
System Red Green Blue C M Y K H S L
Decimal 9 152 82 0.94 0 0.46 0.40 150.63 0.89 0.32
Hex 9 98 52 5E 0 2E 28 97 59 20
Octal 11 230 122 136 0 56 50 227 131 40
Binary 1001 10011000 1010010 1011110 0 101110 101000 10010111 1011001 100000

Color Harmonies of #099852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099852

Black with #099852

Text Example


Text Example

White with #099852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099852; }

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

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

background-color css

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

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

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

border-color css

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

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

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