Html Css Color HEX #099452 Pigment Green

📋 copy color: '#099452'

red 9 ◦ green 148 ◦ blue 82

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

Shades of Pigment Green #099452

Tints of Pigment Green #099452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.92%

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

R = 3.77%
G = 61.92%
B = 34.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#099452 (or 0x099452) is known color: Pigment Green. HEX triplet: 09, 94 and 52. RGB value is (9,148,82). Sum of RGB (Red+Green+Blue) = 9+148+82=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #099452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099452 is #F66BAD. Grayscale: #636363. Windows color (decimal): -16149422 or 5411849. OLE color: 5411849.

HSL color Cylindrical-coordinate representation of color #099452: hue angle of 151.51º degrees, saturation: 0.89, 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 #099452 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 82 -
CMYK 0.94 0 0.45 0.42
HSL 151.51º 0.89% 0.31% -
HSV(B) 151.51º 0.94% 0.58% -
XYZ 12.23 21.85 11.56 -
YUV 98.92 118.45 63.87 -
System Red Green Blue C M Y K H S L
Decimal 9 148 82 0.94 0 0.45 0.42 151.51 0.89 0.31
Hex 9 94 52 5E 0 2D 2A 98 59 1F
Octal 11 224 122 136 0 55 52 230 131 37
Binary 1001 10010100 1010010 1011110 0 101101 101010 10011000 1011001 11111

Color Harmonies of #099452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099452

Black with #099452

Text Example


Text Example

White with #099452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099452; }

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

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

background-color css

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

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

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

border-color css

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

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

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