Html Css Color HEX #0A8A49 Salem

📋 copy color: '#0A8A49'

red 10 ◦ green 138 ◦ blue 73

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

Shades of Salem #0A8A49

Tints of Salem #0A8A49

RGB

 RED value IS 10 (4.3% from 255) = 4.52%

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 4.52%
G = 62.44%
B = 33.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#0A8A49 (or 0x0A8A49) is known color: Salem. HEX triplet: 0A, 8A and 49. RGB value is (10,138,73). Sum of RGB (Red+Green+Blue) = 10+138+73=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A49 is #F575B6. Grayscale: #5C5C5C. Windows color (decimal): -16086455 or 4819466. OLE color: 4819466.

HSL color Cylindrical-coordinate representation of color #0A8A49: hue angle of 149.53º degrees, saturation: 0.86, 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 #0A8A49 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 138 73 -
CMYK 0.93 0 0.47 0.46
HSL 149.53º 0.86% 0.29% -
HSV(B) 149.53º 0.93% 0.54% -
XYZ 10.42 18.72 9.37 -
YUV 92.32 117.09 69.29 -
System Red Green Blue C M Y K H S L
Decimal 10 138 73 0.93 0 0.47 0.46 149.53 0.86 0.29
Hex A 8A 49 5D 0 2F 2E 96 56 1D
Octal 12 212 111 135 0 57 56 226 126 35
Binary 1010 10001010 1001001 1011101 0 101111 101110 10010110 1010110 11101

Color Harmonies of #0A8A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A49

Black with #0A8A49

Text Example


Text Example

White with #0A8A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8A49; }

 p { color: rgb(10,138,73); }

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

background-color css

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

 a { background-color: rgb(10,138,73); }

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

border-color css

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

 span { border-color: rgb(10,138,73); }

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