#ABD67B

Color #ABD67B Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABD67B

Tints of Feijoa #ABD67B

Color information

#ABD67B (or 0xABD67B) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 7B. RGB value is (171,214,123). Sum of RGB (Red+Green+Blue) = 171+214+123=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD67B is #542984. Grayscale: #BFBFBF. Windows color (decimal): -5515653 or 8115883. OLE color: 8115883.

HSL color Cylindrical-coordinate representation of color #ABD67B: hue angle of 88.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABD67B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB171214123-
CMYK0.2000.430.16
HSL88.35º52.6%66.08%-
HSV(B)88.35º42.52%83.92%-
XYZ44.4258.1827.63-
YUV190.7789.75113.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=33.66%
G=42.13%
B=24.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141230.2000.430.1688.3552.666.08
HexABD67B1402B10583542
Octal253326173240532013065102
Binary101010111101011011110111010001010111000010110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD67B; }

 p { color: rgb(171,214,123); }

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

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

 a { background-color: rgb(171,214,123); }

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

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

 span { border-color: rgb(171,214,123); }

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