#ABD67D

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

Shades of Feijoa #ABD67D

Tints of Feijoa #ABD67D

Color information

#ABD67D (or 0xABD67D) is unknown color: approx Feijoa. HEX triplet: AB, D6 and 7D. RGB value is (171,214,125). Sum of RGB (Red+Green+Blue) = 171+214+125=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD67D is #542982. Grayscale: #BFBFBF. Windows color (decimal): -5515651 or 8246955. OLE color: 8246955.

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

Color convert

RGB171214125-
CMYK0.2000.420.16
HSL88.99º52.05%66.47%-
HSV(B)88.99º41.59%83.92%-
XYZ44.5458.2328.29-
YUV19190.75113.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=33.53%
G=41.96%
B=24.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141250.2000.420.1688.9952.0566.47
HexABD67D1402A10593442
Octal253326175240522013164102
Binary101010111101011011111011010001010101000010110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD67D; }

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

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

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

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

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

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

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

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