#8AC27F

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

Shades of De York #8AC27F

Tints of De York #8AC27F

Color information

#8AC27F (or 0x8AC27F) is unknown color: approx De York. HEX triplet: 8A, C2 and 7F. RGB value is (138,194,127). Sum of RGB (Red+Green+Blue) = 138+194+127=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC27F is #753D80. Grayscale: #A9A9A9. Windows color (decimal): -7683457 or 8372874. OLE color: 8372874.

HSL color Cylindrical-coordinate representation of color #8AC27F: hue angle of 110.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AC27F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB138194127-
CMYK0.2900.350.24
HSL110.15º35.45%62.94%-
HSV(B)110.15º34.54%76.08%-
XYZ33.645.5227.09-
YUV169.62103.95105.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 127 (50% from 255) = 27.67%
R=30.07%
G=42.27%
B=27.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941270.2900.350.24110.1535.4562.94
Hex8AC27F1D023186e233f
Octal21230217735043301564377
Binary10001010110000101111111111010100011110001101110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,194,127); }

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

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

 a { background-color: rgb(138,194,127); }

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

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

 span { border-color: rgb(138,194,127); }

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