#8ac990

Color #8AC990 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8AC990

Tints of De York #8AC990

Color information

#8AC990 (or 0x8AC990) is unknown color: approx De York. HEX triplet: 8A, C9 and 90. RGB value is (138,201,144). Sum of RGB (Red+Green+Blue) = 138+201+144=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC990 is #75366F. Grayscale: #AFAFAF. Windows color (decimal): -7681648 or 9488778. OLE color: 9488778.

HSL color Cylindrical-coordinate representation of color #8AC990: hue angle of 125.71º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC990 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB138201144-
CMYK0.3100.280.21
HSL125.71º36.84%66.47%-
HSV(B)125.71º31.34%78.82%-
XYZ36.449.1933.96-
YUV175.66110.13101.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=28.57%
G=41.61%
B=29.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011440.3100.280.21125.7136.8466.47
Hex8AC9901F01C157e2542
Octal212311220370342517645102
Binary100010101100100110010000111110111001010111111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ac990; }

 p { color: rgb(138,201,144); }

 H1.HeaderClassName
 {
   color: #8ac990;
 }
 .AnyTagClassName
 {
   color: #8ac990;
 }
</style>
background-color css

<style>
 a { background-color: #8ac990; }

 a { background-color: rgb(138,201,144); }

 div.DivClassName
 {
   background-color: #8ac990;
 }
 .BgClassName
 {
   background-color: #8ac990;
 }
</style>
border-color css

<style>
 span { border-color: #8ac990; }

 span { border-color: rgb(138,201,144); }

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