Html Css Color HEX #099642 Pigment Green

📋 copy color: '#099642'

red 9 ◦ green 150 ◦ blue 66

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

Shades of Pigment Green #099642

Tints of Pigment Green #099642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.67%

 BLUE value IS 66 (26.17% from 255) = 29.33%

R = 4%
G = 66.67%
B = 29.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#099642 (or 0x099642) is known color: Pigment Green. HEX triplet: 09, 96 and 42. RGB value is (9,150,66). Sum of RGB (Red+Green+Blue) = 9+150+66=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #099642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099642 is #F669BD. Grayscale: #626262. Windows color (decimal): -16148926 or 4363785. OLE color: 4363785.

HSL color Cylindrical-coordinate representation of color #099642: hue angle of 144.26º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099642 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 66 -
CMYK 0.94 0 0.56 0.41
HSL 144.26º 0.89% 0.31% -
HSV(B) 144.26º 0.94% 0.59% -
XYZ 12 22.26 8.82 -
YUV 98.27 109.79 64.33 -
System Red Green Blue C M Y K H S L
Decimal 9 150 66 0.94 0 0.56 0.41 144.26 0.89 0.31
Hex 9 96 42 5E 0 38 29 90 59 1F
Octal 11 226 102 136 0 70 51 220 131 37
Binary 1001 10010110 1000010 1011110 0 111000 101001 10010000 1011001 11111

Color Harmonies of #099642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099642

Black with #099642

Text Example


Text Example

White with #099642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099642; }

 p { color: rgb(9,150,66); }

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

background-color css

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

 a { background-color: rgb(9,150,66); }

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

border-color css

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

 span { border-color: rgb(9,150,66); }

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