Html Css Color HEX #099D52 Pigment Green

📋 copy color: '#099D52'

red 9 ◦ green 157 ◦ blue 82

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

Shades of Pigment Green #099D52

Tints of Pigment Green #099D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.31%

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

R = 3.63%
G = 63.31%
B = 33.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#099D52 (or 0x099D52) is known color: Pigment Green. HEX triplet: 09, 9D and 52. RGB value is (9,157,82). Sum of RGB (Red+Green+Blue) = 9+157+82=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #099D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099D52 is #F662AD. Grayscale: #686868. Windows color (decimal): -16147118 or 5414153. OLE color: 5414153.

HSL color Cylindrical-coordinate representation of color #099D52: hue angle of 149.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D52 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 157 82 -
CMYK 0.94 0 0.48 0.38
HSL 149.59º 0.89% 0.33% -
HSV(B) 149.59º 0.94% 0.62% -
XYZ 13.69 24.78 12.04 -
YUV 104.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 9 157 82 0.94 0 0.48 0.38 149.59 0.89 0.33
Hex 9 9D 52 5E 0 30 26 96 59 21
Octal 11 235 122 136 0 60 46 226 131 41
Binary 1001 10011101 1010010 1011110 0 110000 100110 10010110 1011001 100001

Color Harmonies of #099D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D52

Black with #099D52

Text Example


Text Example

White with #099D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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