#8AC983

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

Shades of De York #8AC983

Tints of De York #8AC983

Color information

#8AC983 (or 0x8AC983) is unknown color: approx De York. HEX triplet: 8A, C9 and 83. RGB value is (138,201,131). Sum of RGB (Red+Green+Blue) = 138+201+131=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC983 is #75367C. Grayscale: #AEAEAE. Windows color (decimal): -7681661 or 8636810. OLE color: 8636810.

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

Color convert

RGB138201131-
CMYK0.3100.350.21
HSL114º39.33%65.1%-
HSV(B)114º34.83%78.82%-
XYZ35.4648.8229.03-
YUV174.18103.63102.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=29.36%
G=42.77%
B=27.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011310.3100.350.2111439.3365.1
Hex8AC9831F02315722741
Octal212311203370432516247101
Binary1000101011001001100000111111101000111010111100101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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