Html Css Color HEX #018A62 Observatory

📋 copy color: '#018A62'

red 1 ◦ green 138 ◦ blue 98

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

Shades of Observatory #018A62

Tints of Observatory #018A62

RGB

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

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

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

R = 0.42%
G = 58.23%
B = 41.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#018A62 (or 0x018A62) is known color: Observatory. HEX triplet: 01, 8A and 62. RGB value is (1,138,98). Sum of RGB (Red+Green+Blue) = 1+138+98=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #018A62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A62 is #FE759D. Grayscale: #5C5C5C. Windows color (decimal): -16676254 or 6457857. OLE color: 6457857.

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

Color convert

RGB 1 138 98 -
CMYK 0.99 0 0.29 0.46
HSL 162.48º 0.99% 0.27% -
HSV(B) 162.48º 0.99% 0.54% -
XYZ 11.31 19.07 14.64 -
YUV 92.48 131.11 62.75 -
System Red Green Blue C M Y K H S L
Decimal 1 138 98 0.99 0 0.29 0.46 162.48 0.99 0.27
Hex 1 8A 62 63 0 1D 2E A2 63 1B
Octal 1 212 142 143 0 35 56 242 143 33
Binary 1 10001010 1100010 1100011 0 11101 101110 10100010 1100011 11011

Color Harmonies of #018A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A62

Black with #018A62

Text Example


Text Example

White with #018A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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