Html Css Color HEX #099E42 Pigment Green

📋 copy color: '#099E42'

red 9 ◦ green 158 ◦ blue 66

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

Shades of Pigment Green #099E42

Tints of Pigment Green #099E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 67.81%

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

R = 3.86%
G = 67.81%
B = 28.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#099E42 (or 0x099E42) is known color: Pigment Green. HEX triplet: 09, 9E and 42. RGB value is (9,158,66). Sum of RGB (Red+Green+Blue) = 9+158+66=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #099E42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099E42 is #F661BD. Grayscale: #676767. Windows color (decimal): -16146878 or 4365833. OLE color: 4365833.

HSL color Cylindrical-coordinate representation of color #099E42: hue angle of 142.95º 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 #099E42 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 158 66 -
CMYK 0.94 0 0.58 0.38
HSL 142.95º 0.89% 0.33% -
HSV(B) 142.95º 0.94% 0.62% -
XYZ 13.32 24.91 9.26 -
YUV 102.96 107.14 60.98 -
System Red Green Blue C M Y K H S L
Decimal 9 158 66 0.94 0 0.58 0.38 142.95 0.89 0.33
Hex 9 9E 42 5E 0 3A 26 8F 59 21
Octal 11 236 102 136 0 72 46 217 131 41
Binary 1001 10011110 1000010 1011110 0 111010 100110 10001111 1011001 100001

Color Harmonies of #099E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099E42

Black with #099E42

Text Example


Text Example

White with #099E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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