#8ad47f

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

Shades of De York #8AD47F

Tints of De York #8AD47F

Color information

#8AD47F (or 0x8AD47F) is unknown color: approx De York. HEX triplet: 8A, D4 and 7F. RGB value is (138,212,127). Sum of RGB (Red+Green+Blue) = 138+212+127=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD47F is #752B80. Grayscale: #B4B4B4. Windows color (decimal): -7678849 or 8377482. OLE color: 8377482.

HSL color Cylindrical-coordinate representation of color #8AD47F: hue angle of 112.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD47F is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB138212127-
CMYK0.3500.400.17
HSL112.24º49.71%66.47%-
HSV(B)112.24º40.09%83.14%-
XYZ37.8654.0228.51-
YUV180.1897.9897.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 127 (50% from 255) = 26.62%
R=28.93%
G=44.44%
B=26.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382121270.3500.400.17112.2449.7166.47
Hex8AD47F2302811703242
Octal212324177430502116062102
Binary1000101011010100111111110001101010001000111100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ad47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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