Html Css Color HEX #099952 Pigment Green

📋 copy color: '#099952'

red 9 ◦ green 153 ◦ blue 82

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

Shades of Pigment Green #099952

Tints of Pigment Green #099952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.7%

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

R = 3.69%
G = 62.7%
B = 33.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#099952 (or 0x099952) is known color: Pigment Green. HEX triplet: 09, 99 and 52. RGB value is (9,153,82). Sum of RGB (Red+Green+Blue) = 9+153+82=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #099952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099952 is #F666AD. Grayscale: #656565. Windows color (decimal): -16148142 or 5413129. OLE color: 5413129.

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

Color convert

RGB 9 153 82 -
CMYK 0.94 0 0.46 0.4
HSL 150.42º 0.89% 0.32% -
HSV(B) 150.42º 0.94% 0.6% -
XYZ 13.03 23.45 11.82 -
YUV 101.85 116.79 61.77 -
System Red Green Blue C M Y K H S L
Decimal 9 153 82 0.94 0 0.46 0.4 150.42 0.89 0.32
Hex 9 99 52 5E 0 2E 28 96 59 20
Octal 11 231 122 136 0 56 50 226 131 40
Binary 1001 10011001 1010010 1011110 0 101110 101000 10010110 1011001 100000

Color Harmonies of #099952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099952

Black with #099952

Text Example


Text Example

White with #099952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099952; }

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

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

background-color css

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

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

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

border-color css

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

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

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