Html Css Color HEX #018A4B Salem

📋 copy color: '#018A4B'

red 1 ◦ green 138 ◦ blue 75

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

Shades of Salem #018A4B

Tints of Salem #018A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 0.47%
G = 64.49%
B = 35.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#018A4B (or 0x018A4B) is known color: Salem. HEX triplet: 01, 8A and 4B. RGB value is (1,138,75). Sum of RGB (Red+Green+Blue) = 1+138+75=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #018A4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A4B is #FE75B4. Grayscale: #595959. Windows color (decimal): -16676277 or 4950529. OLE color: 4950529.

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

Color convert

RGB 1 138 75 -
CMYK 0.99 0 0.46 0.46
HSL 152.41º 0.99% 0.27% -
HSV(B) 152.41º 0.99% 0.54% -
XYZ 10.37 18.69 9.72 -
YUV 89.86 119.61 64.62 -
System Red Green Blue C M Y K H S L
Decimal 1 138 75 0.99 0 0.46 0.46 152.41 0.99 0.27
Hex 1 8A 4B 63 0 2E 2E 98 63 1B
Octal 1 212 113 143 0 56 56 230 143 33
Binary 1 10001010 1001011 1100011 0 101110 101110 10011000 1100011 11011

Color Harmonies of #018A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A4B

Black with #018A4B

Text Example


Text Example

White with #018A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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