#8AC583

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

Shades of De York #8AC583

Tints of De York #8AC583

Color information

#8AC583 (or 0x8AC583) is unknown color: approx De York. HEX triplet: 8A, C5 and 83. RGB value is (138,197,131). Sum of RGB (Red+Green+Blue) = 138+197+131=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC583 is #753A7C. Grayscale: #ACACAC. Windows color (decimal): -7682685 or 8635786. OLE color: 8635786.

HSL color Cylindrical-coordinate representation of color #8AC583: hue angle of 113.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AC583 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB138197131-
CMYK0.3000.340.23
HSL113.64º36.26%64.31%-
HSV(B)113.64º33.5%77.25%-
XYZ34.5446.9728.72-
YUV171.84104.95103.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=29.61%
G=42.27%
B=28.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381971310.3000.340.23113.6436.2664.31
Hex8AC5831E02217722440
Octal212305203360422716244100
Binary1000101011000101100000111111001000101011111100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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