#ABED7B

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

Shades of Feijoa #ABED7B

Tints of Feijoa #ABED7B

Color information

#ABED7B (or 0xABED7B) is unknown color: approx Feijoa. HEX triplet: AB, ED and 7B. RGB value is (171,237,123). Sum of RGB (Red+Green+Blue) = 171+237+123=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED7B is #541284. Grayscale: #CCCCCC. Windows color (decimal): -5509765 or 8121771. OLE color: 8121771.

HSL color Cylindrical-coordinate representation of color #ABED7B: hue angle of 94.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABED7B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB171237123-
CMYK0.2800.480.07
HSL94.74º76%70.59%-
HSV(B)94.74º48.1%92.94%-
XYZ50.6570.6629.71-
YUV204.2782.13104.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 123 (48.44% from 255) = 23.16%
R=32.20%
G=44.63%
B=23.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371230.2800.480.0794.747670.59
HexABED7B1C03075f4c47
Octal253355173340607137114107
Binary10101011111011011111011111000110000111101111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED7B; }

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

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

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

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

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

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

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

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