Html Css Color HEX #018A3F Salem

📋 copy color: '#018A3F'

red 1 ◦ green 138 ◦ blue 63

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

Shades of Salem #018A3F

Tints of Salem #018A3F

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

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

 BLUE value IS 63 (25% from 255) = 31.19%

R = 0.5%
G = 68.32%
B = 31.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#018A3F (or 0x018A3F) is known color: Salem. HEX triplet: 01, 8A and 3F. RGB value is (1,138,63). Sum of RGB (Red+Green+Blue) = 1+138+63=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #018A3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A3F is #FE75C0. Grayscale: #585858. Windows color (decimal): -16676289 or 4164097. OLE color: 4164097.

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

Color convert

RGB 1 138 63 -
CMYK 0.99 0 0.54 0.46
HSL 147.15º 0.99% 0.27% -
HSV(B) 147.15º 0.99% 0.54% -
XYZ 10 18.54 7.75 -
YUV 88.49 113.61 65.6 -
System Red Green Blue C M Y K H S L
Decimal 1 138 63 0.99 0 0.54 0.46 147.15 0.99 0.27
Hex 1 8A 3F 63 0 36 2E 93 63 1B
Octal 1 212 77 143 0 66 56 223 143 33
Binary 1 10001010 111111 1100011 0 110110 101110 10010011 1100011 11011

Color Harmonies of #018A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A3F

Black with #018A3F

Text Example


Text Example

White with #018A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A3F; }

 p { color: rgb(1,138,63); }

 H1.HeaderClassName
 {
   color: #018A3F;
 }
 .AnyTagClassName
 {
   color: #018A3F;
 }
</style>

background-color css

<style>
 a { background-color: #018A3F; }

 a { background-color: rgb(1,138,63); }

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

border-color css

<style>
 span { border-color: #018A3F; }

 span { border-color: rgb(1,138,63); }

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