Html Css Color HEX #018A43 Salem

📋 copy color: '#018A43'

red 1 ◦ green 138 ◦ blue 67

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

Shades of Salem #018A43

Tints of Salem #018A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.52%

R = 0.49%
G = 66.99%
B = 32.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#018A43 (or 0x018A43) is known color: Salem. HEX triplet: 01, 8A and 43. RGB value is (1,138,67). Sum of RGB (Red+Green+Blue) = 1+138+67=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #018A43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A43 is #FE75BC. Grayscale: #595959. Windows color (decimal): -16676285 or 4426241. OLE color: 4426241.

HSL color Cylindrical-coordinate representation of color #018A43: hue angle of 148.91º 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 #018A43 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 67 -
CMYK 0.99 0 0.51 0.46
HSL 148.91º 0.99% 0.27% -
HSV(B) 148.91º 0.99% 0.54% -
XYZ 10.11 18.59 8.37 -
YUV 88.94 115.61 65.27 -
System Red Green Blue C M Y K H S L
Decimal 1 138 67 0.99 0 0.51 0.46 148.91 0.99 0.27
Hex 1 8A 43 63 0 33 2E 95 63 1B
Octal 1 212 103 143 0 63 56 225 143 33
Binary 1 10001010 1000011 1100011 0 110011 101110 10010101 1100011 11011

Color Harmonies of #018A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A43

Black with #018A43

Text Example


Text Example

White with #018A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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