#8AD67E

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

Shades of De York #8AD67E

Tints of De York #8AD67E

Color information

#8AD67E (or 0x8AD67E) is unknown color: approx De York. HEX triplet: 8A, D6 and 7E. RGB value is (138,214,126). Sum of RGB (Red+Green+Blue) = 138+214+126=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD67E is #752981. Grayscale: #B5B5B5. Windows color (decimal): -7678338 or 8312458. OLE color: 8312458.

HSL color Cylindrical-coordinate representation of color #8AD67E: hue angle of 111.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD67E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB138214126-
CMYK0.3600.410.16
HSL111.82º51.76%66.67%-
HSV(B)111.82º41.12%83.92%-
XYZ38.295528.34-
YUV181.2496.8297.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=28.87%
G=44.77%
B=26.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141260.3600.410.16111.8251.7666.67
Hex8AD67E2402910703443
Octal212326176440512016064103
Binary1000101011010110111111010010001010011000011100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,126); }

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

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

 a { background-color: rgb(138,214,126); }

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

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

 span { border-color: rgb(138,214,126); }

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