Html Css Color HEX #098A3A Salem

📋 copy color: '#098A3A'

red 9 ◦ green 138 ◦ blue 58

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

Shades of Salem #098A3A

Tints of Salem #098A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 67.32%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 4.39%
G = 67.32%
B = 28.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#098A3A (or 0x098A3A) is known color: Salem. HEX triplet: 09, 8A and 3A. RGB value is (9,138,58). Sum of RGB (Red+Green+Blue) = 9+138+58=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #098A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A3A is #F675C5. Grayscale: #5A5A5A. Windows color (decimal): -16152006 or 3836425. OLE color: 3836425.

HSL color Cylindrical-coordinate representation of color #098A3A: hue angle of 142.79º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A3A is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 138 58 -
CMYK 0.93 0 0.58 0.46
HSL 142.79º 0.88% 0.29% -
HSV(B) 142.79º 0.93% 0.54% -
XYZ 9.96 18.54 7.06 -
YUV 90.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 9 138 58 0.93 0 0.58 0.46 142.79 0.88 0.29
Hex 9 8A 3A 5D 0 3A 2E 8F 58 1D
Octal 11 212 72 135 0 72 56 217 130 35
Binary 1001 10001010 111010 1011101 0 111010 101110 10001111 1011000 11101

Color Harmonies of #098A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098A3A

Black with #098A3A

Text Example


Text Example

White with #098A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098A3A; }

 p { color: rgb(9,138,58); }

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

background-color css

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

 a { background-color: rgb(9,138,58); }

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

border-color css

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

 span { border-color: rgb(9,138,58); }

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