#8ABF79

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

Shades of De York #8ABF79

Tints of De York #8ABF79

Color information

#8ABF79 (or 0x8ABF79) is unknown color: approx De York. HEX triplet: 8A, BF and 79. RGB value is (138,191,121). Sum of RGB (Red+Green+Blue) = 138+191+121=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF79 is #754086. Grayscale: #A7A7A7. Windows color (decimal): -7684231 or 7978890. OLE color: 7978890.

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

Color convert

RGB138191121-
CMYK0.2800.370.25
HSL105.43º35.35%61.18%-
HSV(B)105.43º36.65%74.9%-
XYZ32.5644.0524.87-
YUV167.17101.94107.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=30.67%
G=42.44%
B=26.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911210.2800.370.25105.4335.3561.18
Hex8ABF791C0251969233d
Octal21227717134045311514375
Binary10001010101111111111001111000100101110011101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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