Html Css Color HEX #099641 Pigment Green

📋 copy color: '#099641'

red 9 ◦ green 150 ◦ blue 65

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

Shades of Pigment Green #099641

Tints of Pigment Green #099641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 4.02%
G = 66.96%
B = 29.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#099641 (or 0x099641) is known color: Pigment Green. HEX triplet: 09, 96 and 41. RGB value is (9,150,65). Sum of RGB (Red+Green+Blue) = 9+150+65=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #099641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099641 is #F669BE. Grayscale: #626262. Windows color (decimal): -16148927 or 4298249. OLE color: 4298249.

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

Color convert

RGB 9 150 65 -
CMYK 0.94 0 0.57 0.41
HSL 143.83º 0.89% 0.31% -
HSV(B) 143.83º 0.94% 0.59% -
XYZ 11.97 22.25 8.67 -
YUV 98.15 109.29 64.41 -
System Red Green Blue C M Y K H S L
Decimal 9 150 65 0.94 0 0.57 0.41 143.83 0.89 0.31
Hex 9 96 41 5E 0 39 29 90 59 1F
Octal 11 226 101 136 0 71 51 220 131 37
Binary 1001 10010110 1000001 1011110 0 111001 101001 10010000 1011001 11111

Color Harmonies of #099641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099641

Black with #099641

Text Example


Text Example

White with #099641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099641; }

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

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

background-color css

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

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

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

border-color css

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

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

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