Html Css Color HEX #0A884A Salem

📋 copy color: '#0A884A'

red 10 ◦ green 136 ◦ blue 74

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

Shades of Salem #0A884A

Tints of Salem #0A884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.82%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 4.55%
G = 61.82%
B = 33.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#0A884A (or 0x0A884A) is known color: Salem. HEX triplet: 0A, 88 and 4A. RGB value is (10,136,74). Sum of RGB (Red+Green+Blue) = 10+136+74=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #0A884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A884A is #F577B5. Grayscale: #5B5B5B. Windows color (decimal): -16086966 or 4884490. OLE color: 4884490.

HSL color Cylindrical-coordinate representation of color #0A884A: hue angle of 150.48º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A884A is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 136 74 -
CMYK 0.93 0 0.46 0.47
HSL 150.48º 0.86% 0.29% -
HSV(B) 150.48º 0.93% 0.53% -
XYZ 10.17 18.17 9.45 -
YUV 91.26 118.26 70.04 -
System Red Green Blue C M Y K H S L
Decimal 10 136 74 0.93 0 0.46 0.47 150.48 0.86 0.29
Hex A 88 4A 5D 0 2E 2F 96 56 1D
Octal 12 210 112 135 0 56 57 226 126 35
Binary 1010 10001000 1001010 1011101 0 101110 101111 10010110 1010110 11101

Color Harmonies of #0A884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A884A

Black with #0A884A

Text Example


Text Example

White with #0A884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,136,74); }

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

background-color css

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

 a { background-color: rgb(10,136,74); }

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

border-color css

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

 span { border-color: rgb(10,136,74); }

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