Html Css Color HEX #008A40 Salem

📋 copy color: '#008A40'

red 0 ◦ green 138 ◦ blue 64

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

Shades of Salem #008A40

Tints of Salem #008A40

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 0%
G = 68.32%
B = 31.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#008A40 (or 0x008A40) is known color: Salem. HEX triplet: 00, 8A and 40. RGB value is (0,138,64). Sum of RGB (Red+Green+Blue) = 0+138+64=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #008A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A40 is #FF75BF. Grayscale: #585858. Windows color (decimal): -16741824 or 4229632. OLE color: 4229632.

HSL color Cylindrical-coordinate representation of color #008A40: hue angle of 147.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A40 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 64 -
CMYK 1 0 0.54 0.46
HSL 147.83º 1% 0.27% -
HSV(B) 147.83º 1% 0.54% -
XYZ 10.01 18.55 7.9 -
YUV 88.3 114.28 65.02 -
System Red Green Blue C M Y K H S L
Decimal 0 138 64 1 0 0.54 0.46 147.83 1 0.27
Hex 0 8A 40 64 0 36 2E 94 64 1B
Octal 0 212 100 144 0 66 56 224 144 33
Binary 0 10001010 1000000 1100100 0 110110 101110 10010100 1100100 11011

Color Harmonies of #008A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A40

Black with #008A40

Text Example


Text Example

White with #008A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008A40; }

 p { color: rgb(0,138,64); }

 H1.HeaderClassName
 {
   color: #008A40;
 }
 .AnyTagClassName
 {
   color: #008A40;
 }
</style>

background-color css

<style>
 a { background-color: #008A40; }

 a { background-color: rgb(0,138,64); }

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

border-color css

<style>
 span { border-color: #008A40; }

 span { border-color: rgb(0,138,64); }

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