Html Css Color HEX #018E62 Observatory

📋 copy color: '#018E62'

red 1 ◦ green 142 ◦ blue 98

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

Shades of Observatory #018E62

Tints of Observatory #018E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.92%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 0.41%
G = 58.92%
B = 40.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#018E62 (or 0x018E62) is known color: Observatory. HEX triplet: 01, 8E and 62. RGB value is (1,142,98). Sum of RGB (Red+Green+Blue) = 1+142+98=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #018E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E62 is #FE719D. Grayscale: #5E5E5E. Windows color (decimal): -16675230 or 6458881. OLE color: 6458881.

HSL color Cylindrical-coordinate representation of color #018E62: hue angle of 161.28º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E62 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 98 -
CMYK 0.99 0 0.31 0.44
HSL 161.28º 0.99% 0.28% -
HSV(B) 161.28º 0.99% 0.56% -
XYZ 11.89 20.23 14.83 -
YUV 94.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 1 142 98 0.99 0 0.31 0.44 161.28 0.99 0.28
Hex 1 8E 62 63 0 1F 2C A1 63 1C
Octal 1 216 142 143 0 37 54 241 143 34
Binary 1 10001110 1100010 1100011 0 11111 101100 10100001 1100011 11100

Color Harmonies of #018E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E62

Black with #018E62

Text Example


Text Example

White with #018E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,98); }

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

background-color css

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

 a { background-color: rgb(1,142,98); }

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

border-color css

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

 span { border-color: rgb(1,142,98); }

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