Html Css Color HEX #099E2E Dark Pastel Green

📋 copy color: '#099E2E'

red 9 ◦ green 158 ◦ blue 46

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

Shades of Dark Pastel Green #099E2E

Tints of Dark Pastel Green #099E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 4.23%
G = 74.18%
B = 21.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#099E2E (or 0x099E2E) is known color: Dark Pastel Green. HEX triplet: 09, 9E and 2E. RGB value is (9,158,46). Sum of RGB (Red+Green+Blue) = 9+158+46=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 158 (62.11% from 255 or 74.18% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 158 - color contains mainly: green. Hex color #099E2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099E2E is #F661D1. Grayscale: #646464. Windows color (decimal): -16146898 or 3055113. OLE color: 3055113.

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

Color convert

RGB 9 158 46 -
CMYK 0.94 0 0.71 0.38
HSL 134.9º 0.89% 0.33% -
HSV(B) 134.9º 0.94% 0.62% -
XYZ 12.83 24.71 6.68 -
YUV 100.68 97.14 62.61 -
System Red Green Blue C M Y K H S L
Decimal 9 158 46 0.94 0 0.71 0.38 134.9 0.89 0.33
Hex 9 9E 2E 5E 0 47 26 87 59 21
Octal 11 236 56 136 0 107 46 207 131 41
Binary 1001 10011110 101110 1011110 0 1000111 100110 10000111 1011001 100001

Color Harmonies of #099E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099E2E

Black with #099E2E

Text Example


Text Example

White with #099E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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