#8ABF7F

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

Shades of De York #8ABF7F

Tints of De York #8ABF7F

Color information

#8ABF7F (or 0x8ABF7F) is unknown color: approx De York. HEX triplet: 8A, BF and 7F. RGB value is (138,191,127). Sum of RGB (Red+Green+Blue) = 138+191+127=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF7F is #754080. Grayscale: #A8A8A8. Windows color (decimal): -7684225 or 8372106. OLE color: 8372106.

HSL color Cylindrical-coordinate representation of color #8ABF7F: hue angle of 109.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABF7F is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB138191127-
CMYK0.2800.340.25
HSL109.69º33.33%62.35%-
HSV(B)109.69º33.51%74.9%-
XYZ32.9444.226.87-
YUV167.86104.94106.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 127 (50% from 255) = 27.85%
R=30.26%
G=41.89%
B=27.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911270.2800.340.25109.6933.3362.35
Hex8ABF7F1C022196e213e
Octal21227717734042311564176
Binary10001010101111111111111111000100010110011101110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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